Skip to content

Commit d833d3c

Browse files
authored
Dockerfile-centos: fix for non-continuation lines
1 parent ef2ff11 commit d833d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-centos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY ./container/root /
2222

2323
# - Set nginx to listen on defined port
2424
# - NOTE: order of operations is important, new config had to already installed from repo (above)
25-
# - Make temp directory for .nginx runtime files \
25+
# - Make temp directory for .nginx runtime files
2626
# - Update nginx.conf user
2727
# - Some operations can be completely removed once this ticket is resolved:
2828
# - https://trac.nginx.org/nginx/ticket/1243

0 commit comments

Comments
 (0)