Skip to content

Commit

Permalink
Slash fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
maskshell committed Aug 14, 2017
1 parent cb81988 commit 64fd462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ EXPOSE 80
# Add additional binaries into PATH for convenience
ENV RESTY_DIR=/opt/openresty
ENV PATH=$PATH:$RESTY_DIR/luajit/bin/:$RESTY_DIR/bin/
ENV LUA_PATH=/usr/share/lua/5.1//?.lua;?.lua
ENV LUA_PATH=/usr/share/lua/5.1/?.lua;?.lua
ENV LUA_CPATH=/usr/lib/lua/5.1/?.so;?.so

ENTRYPOINT ["openresty", "-g", "daemon off;"]

0 comments on commit 64fd462

Please sign in to comment.