Skip to content

Commit

Permalink
Merge pull request #1386 from acelaya-forks/feature/vite-6
Browse files Browse the repository at this point in the history
Update to vite 6
  • Loading branch information
acelaya authored Nov 30, 2024
2 parents 8ac347f + 44e9a33 commit a390e1b
Show file tree
Hide file tree
Showing 12 changed files with 606 additions and 472 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:23.3-alpine as node
FROM node:23.3-alpine AS node
COPY . /shlink-web-client
ARG VERSION="latest"
ENV VERSION ${VERSION}
RUN cd /shlink-web-client && npm ci && npm run build
ENV VERSION=${VERSION}
RUN cd /shlink-web-client && npm ci && node --run build

FROM nginxinc/nginx-unprivileged:1.27-alpine
ARG UID=101
Expand Down
Loading

0 comments on commit a390e1b

Please sign in to comment.