for now: user has to DIY chmod +x fix-scripts

pull/598/head
GlassedSilver 4 years ago
parent acca2d0de2
commit ce3e645129

@ -67,7 +67,6 @@ RUN npm config set strict-ssl false && \
COPY --chown=$UID:$GID --from=frontend [ "/build/backend/public/", "/app/public/" ]
COPY --chown=$UID:$GID [ "/backend/", "/app/" ]
COPY --chown=$UID:$GID [ "/fix-scripts", "/app/" ]
RUN chmod -R 755 /app/fix-scripts/
EXPOSE 17442
ENTRYPOINT [ "/app/entrypoint.sh" ]

Loading…
Cancel
Save