feat:pythonファイルをまとめるため、dataimportフォルダを追加した
This commit is contained in:
parent
787cacf431
commit
12b06d0574
@ -5,6 +5,13 @@ ENV TZ="Asia/Tokyo"
|
|||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
COPY main.py ./
|
COPY dataimport ./
|
||||||
|
# COPY controller.py ./
|
||||||
|
# COPY ini.py ./
|
||||||
|
# COPY chk.py ./
|
||||||
|
# COPY main.py ./
|
||||||
|
# COPY end.py ./
|
||||||
|
# COPY warning.py ./
|
||||||
|
# COPY error.py ./
|
||||||
|
|
||||||
CMD [ "python", "./main.py" ]
|
CMD [ "python", "./dataimport/controller.py" ]
|
||||||
Loading…
x
Reference in New Issue
Block a user