Skip to content

Commit

Permalink
build: update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Apr 29, 2022
1 parent 07fb3e2 commit c1acfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FROM nginx:stable AS runner
COPY --from=builder /app/dist /usr/share/nginx/html
EXPOSE 80

CMD ["nginx" "-g" "daemon off;"]
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit c1acfd4

Please sign in to comment.