We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 081f222 + 542645b commit b5d0bc9Copy full SHA for b5d0bc9
Dockerfile
@@ -9,6 +9,5 @@ RUN npm install
9
EXPOSE 3000
10
11
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 . .
13
14
CMD npm run start
0 commit comments