Fixed issue where python couldn't be found

heroku-fixes-and-repo-cleanup
Isaac Abadi 4 years ago
parent 2b3490e52c
commit 2ad42ebf27

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

Loading…
Cancel
Save