soiz1 commited on
Commit
62007f1
·
verified ·
1 Parent(s): 2098d90

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -23,10 +23,6 @@ RUN --mount=type=cache,target=/root/.local/share/pnpm \
23
 
24
  FROM nginxinc/nginx-unprivileged:alpine
25
 
26
- WORKDIR /app/
27
-
28
- COPY . .
29
-
30
  COPY --chown=101:101 --from=build /app/dist/ /usr/share/nginx/html/
31
  COPY --chown=101:101 ./nginx.conf /etc/nginx/conf.d/default.conf
32
 
 
23
 
24
  FROM nginxinc/nginx-unprivileged:alpine
25
 
 
 
 
 
26
  COPY --chown=101:101 --from=build /app/dist/ /usr/share/nginx/html/
27
  COPY --chown=101:101 ./nginx.conf /etc/nginx/conf.d/default.conf
28