We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc390f7 commit 5e39872Copy full SHA for 5e39872
Dockerfile
@@ -60,9 +60,10 @@ RUN yum -y groups mark convert \
60
&& yum -y clean all \
61
&& rm -rf $WORKING_DIRECTORY
62
63
-# Link nginx and clean solution
+# Link Nginx and clean solution
64
RUN ln -s /usr/local/nginx/sbin/nginx /usr/bin/nginx \
65
&& cp /usr/local/nginx/conf/*.* /etc/nginx/
66
+# Set workdir
67
WORKDIR /etc/nginx
68
69
# Check Nginx installation
0 commit comments