Skip to content

Commit

Permalink
🚑 Ensure new global scripts are in place
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 25, 2020
1 parent 2c49aae commit 3f11fd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proxy-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ RUN \
&& rm -rf node_modules \
&& cp -r /app/backend/. /opt/nginx-proxy-manager/ \
\
&& cp -R /app/global/. /opt/nginx-proxy-manager/global/ \
\
&& cd /opt/nginx-proxy-manager \
&& yarn install \
&& rm -rf /etc/services.d/frontend \
Expand Down

0 comments on commit 3f11fd1

Please sign in to comment.