Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
iakat authored Oct 4, 2023
1 parent 3f7a36a commit 34e8048
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 @@ -23,7 +23,7 @@ RUN set -ex && \
echo "server {listen 80;listen [::]:80;server_name _;include /etc/nginx/tar1090.conf;}" > /etc/nginx/conf.d/default.conf && \
# Add resolvers, 1.1.1.1 and 10.96.0.10
# goes in http{}
sed -i'' 's/http {/http {\n resolver 10.96.0.10 1.1.1.1;lua_shared_dict open_graph_tags 10M;\n/' /usr/local/openresty/nginx/conf/nginx.conf && \
sed -i'' 's/http {/http {\n resolver 10.43.0.10 10.96.0.10 1.1.1.1;lua_shared_dict open_graph_tags 10M;\n/' /usr/local/openresty/nginx/conf/nginx.conf && \
nginx -t && \
apk del .build-deps
COPY lua/*lua /etc/nginx/lua/
Expand Down

0 comments on commit 34e8048

Please sign in to comment.