This commit is contained in:
parent
f5b443d271
commit
0d693847b1
3 changed files with 22 additions and 14 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Reference in a new issue