Skip to content

Commit a390e1b

Browse files
authored
Merge pull request #1386 from acelaya-forks/feature/vite-6
Update to vite 6
2 parents 8ac347f + 44e9a33 commit a390e1b

File tree

12 files changed

+606
-472
lines changed

12 files changed

+606
-472
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM node:23.3-alpine as node
1+
FROM node:23.3-alpine AS node
22
COPY . /shlink-web-client
33
ARG VERSION="latest"
4-
ENV VERSION ${VERSION}
5-
RUN cd /shlink-web-client && npm ci && npm run build
4+
ENV VERSION=${VERSION}
5+
RUN cd /shlink-web-client && npm ci && node --run build
66

77
FROM nginxinc/nginx-unprivileged:1.27-alpine
88
ARG UID=101

0 commit comments

Comments
 (0)