1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-07-29 19:01:13 +03:00

Fixes build issues due to globally used file

This commit is contained in:
chaptergy
2020-10-06 16:12:12 +02:00
parent 4cbc1f5bbe
commit 514b13fcc2
8 changed files with 7 additions and 6 deletions

View File

@ -34,6 +34,7 @@ EXPOSE 443
COPY docker/rootfs /
ADD backend /app
ADD frontend/dist /app/frontend
COPY global /app/global
WORKDIR /app
RUN yarn install