Skip to content

Commit

Permalink
remove the builder
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed Nov 28, 2023
1 parent 9d05463 commit 20349f2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
FROM python:3.9-slim-buster as builder

COPY . .
RUN pwd && ls -l

FROM nginx:alpine
EXPOSE 80
COPY --from=builder /dist /usr/share/nginx/html
COPY /dist /usr/share/nginx/html

0 comments on commit 20349f2

Please sign in to comment.