Skip to content

Commit b5d0bc9

Browse files
authored
Merge branch 'dev' into connectathon_2025-01
2 parents 081f222 + 542645b commit b5d0bc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ RUN npm install
99
EXPOSE 3000
1010

1111
HEALTHCHECK --interval=30s --start-period=15s --timeout=10m --retries=10 CMD wget --no-verbose --tries=1 --spider ${VITE_URL} || exit 1
12-
COPY --chown=node:node . .
1312

1413
CMD npm run start

0 commit comments

Comments
 (0)