Skip to content

Commit

Permalink
Update to vite 6
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Nov 30, 2024
1 parent 8ac347f commit 44e9a33
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 44e9a33

Please sign in to comment.