Binary path is now confirmed for linux, solves #601

This commit is contained in:
Isaac Abadi
2022-05-05 02:31:28 -04:00
parent 2ad42ebf27
commit 8118906b0a
4 changed files with 29 additions and 11 deletions

View File

@@ -64,6 +64,7 @@ RUN npm config set strict-ssl false && \
npm install pm2 -g && \
npm install && chown -R $UID:$GID ./
# needed for ubuntu, see #596
RUN ln -s /usr/bin/python3 /usr/bin/python
COPY --chown=$UID:$GID --from=frontend [ "/build/backend/public/", "/app/public/" ]