Add trailing slash
This commit is contained in:
parent
ca8d7c6edd
commit
96b28971ec
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ RUN apk add --virtual .build-deps gcc musl-dev \
|
|||
&& apk --purge del .build-deps
|
||||
|
||||
WORKDIR /code
|
||||
COPY app.py /code
|
||||
COPY app.py /code/
|
||||
|
||||
CMD ["python", "app.py"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue