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 c16e1c4 commit a3bf6ceCopy full SHA for a3bf6ce
Dockerfile
@@ -168,6 +168,11 @@ RUN apk add --no-cache --virtual .build-deps \
168
&& ln -sf /dev/stderr /usr/local/openresty/nginx/logs/error.log \
169
&& rm -rf /usr/local/openresty/nginx/html/*
170
171
+
172
+# Add runtime
173
+RUN mkdir -p /opt/Runtime
174
+RUN chmod -R 777 /opt/Runtime
175
176
# Add additional binaries into PATH for convenience
177
ENV PATH=$PATH:/usr/local/openresty/luajit/bin/:/usr/local/openresty/nginx/sbin/:/usr/local/openresty/bin/
178
0 commit comments