fix relative et registry
This commit is contained in:
parent
cbdfdf82fc
commit
ef4c0a3ea1
3 changed files with 6 additions and 3 deletions
|
@ -7,6 +7,8 @@ WORKDIR /python-docker
|
|||
COPY requirements.txt requirements.txt
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
COPY static static
|
||||
COPY templates templates
|
||||
COPY app.py app.py
|
||||
|
||||
CMD [ "python3", "-m" , "flask", "run", "--host=0.0.0.0"]
|
Loading…
Add table
Add a link
Reference in a new issue