|
|
|
|
@ -47,7 +47,7 @@ RUN apt-get update && apt-get -y install \
|
|
|
|
|
npm \
|
|
|
|
|
python2 \
|
|
|
|
|
python3 \
|
|
|
|
|
gosu &\
|
|
|
|
|
gosu \
|
|
|
|
|
atomicparsley && \
|
|
|
|
|
apt-get install -f && \
|
|
|
|
|
apt-get autoremove --purge && \
|
|
|
|
|
@ -67,7 +67,7 @@ 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 +x /app/fix-scripts
|
|
|
|
|
RUN chmod -R 755 /app/fix-scripts/
|
|
|
|
|
|
|
|
|
|
EXPOSE 17442
|
|
|
|
|
ENTRYPOINT [ "/app/entrypoint.sh" ]
|
|
|
|
|
|