Skip to content

Commit 4c18e3b

Browse files
update dockerfile
1 parent 3c9cd71 commit 4c18e3b

File tree

1 file changed

+2
-1
lines changed
  • src/dockerizers/angular/tests/default/code/dockerizer

1 file changed

+2
-1
lines changed

src/dockerizers/angular/tests/default/code/dockerizer/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ FROM nginx:latest
2121
COPY --from=build /app/dist/angular-test /usr/share/nginx/html
2222

2323
# Expose port 80
24-
EXPOSE 80
24+
EXPOSE 80
25+
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)