Skip to content

Commit 044d410

Browse files
committed
Fix missing newline at end of Dockerfile.
Signed-off-by: Osmany Montero <osmontero@icloud.com>
1 parent 0b5da94 commit 044d410

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ HEALTHCHECK --start-period=120s --interval=60s --timeout=60s \
88

99
EXPOSE 80
1010

11-
CMD ["/bin/sh", "-c", "exec nginx -g 'daemon off;'"]
11+
CMD ["/bin/sh", "-c", "exec nginx -g 'daemon off;'"]

0 commit comments

Comments
 (0)