Skip to content

Commit d35675d

Browse files
authored
Merge pull request #41 from wkeylin/feature/fix-nginx-cmd-error
fix: nginx image startup command error
2 parents 9ddd733 + b705978 commit d35675d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.slim

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ COPY dist /usr/share/nginx/html
1919

2020
EXPOSE 3000
2121

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

0 commit comments

Comments
 (0)