Skip to content

Commit

Permalink
update docker set up
Browse files Browse the repository at this point in the history
  • Loading branch information
marion-sgr committed Oct 31, 2023
1 parent 31e0e03 commit a11377d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ WORKDIR /app
COPY . .
RUN npm install
RUN npm run build

EXPOSE 4200
# Stage 2
FROM nginx:alpine
COPY --from=node /app/www /usr/share/nginx/html
4 changes: 0 additions & 4 deletions docker-compose.yml

This file was deleted.

0 comments on commit a11377d

Please sign in to comment.