fix: モジュールコピーの階層誤りの修正

This commit is contained in:
Y_SAKAI 2022-08-23 19:18:28 +09:00
parent 2633a05ca8
commit a4474984a5

View File

@ -14,6 +14,6 @@ RUN \
pip uninstall -y pipenv virtualenv-clone virtualenv
COPY main.py ./
COPY src ./
COPY src ./src
CMD [ "python", "./main.py" ]