Skip to content

Commit a3bf6ce

Browse files
committed
胜乐配置
1 parent c16e1c4 commit a3bf6ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ RUN apk add --no-cache --virtual .build-deps \
168168
&& ln -sf /dev/stderr /usr/local/openresty/nginx/logs/error.log \
169169
&& rm -rf /usr/local/openresty/nginx/html/*
170170

171+
172+
# Add runtime
173+
RUN mkdir -p /opt/Runtime
174+
RUN chmod -R 777 /opt/Runtime
175+
171176
# Add additional binaries into PATH for convenience
172177
ENV PATH=$PATH:/usr/local/openresty/luajit/bin/:/usr/local/openresty/nginx/sbin/:/usr/local/openresty/bin/
173178

0 commit comments

Comments
 (0)