Skip to content

Commit

Permalink
build: finalize Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mweidling committed Jun 27, 2023
1 parent a8e66bf commit 9ddbfc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ RUN npm run build
# production stage
FROM nginx:stable-alpine as production-stage
COPY --from=build-stage /app/dist /usr/share/nginx/html
EXPOSE 8093
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 9ddbfc3

Please sign in to comment.