Flask now serves the frontend
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
Jef Roosens 2021-05-18 22:06:37 +02:00
parent f5b443d271
commit 0d693847b1
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
3 changed files with 22 additions and 14 deletions

View file

@ -47,7 +47,7 @@ COPY --chown=runner:runner setup.cfg setup.py ./
COPY \
--from=fbuilder \
--chown=runner:runner \
/usr/src/app/web/dist ./dist
/usr/src/app/web/dist ./web/dist
ENTRYPOINT ["python"]
CMD ["app"]