Skip to content

Commit 94c5159

Browse files
committed
Fixed syntax bug in Dockerfile.
1 parent 08923d0 commit 94c5159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN echo "\ndaemon off;" >> /etc/nginx/nginx.conf
1717
VOLUME ["/data", "/etc/nginx/sites-enabled", "/var/log/nginx"]
1818

1919
# Define working directory.
20-
WORKDIR "/etc/nginx"
20+
WORKDIR /etc/nginx
2121

2222
# Define default command.
2323
ENTRYPOINT ["nginx"]

0 commit comments

Comments
 (0)