Add trailing slash

This commit is contained in:
Yehuda Deutsch 2019-08-12 22:20:29 +03:00
parent ca8d7c6edd
commit 96b28971ec

View file

@ -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"]