Merge pull request #41 feature-NEWDWH2021-599 into develop
This commit is contained in:
commit
cfec96fc14
@ -4,7 +4,12 @@ ENV TZ="Asia/Tokyo"
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
COPY requirements.txt ./
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN \
|
||||
apt update -y && \
|
||||
# パッケージのセキュリティアップデートのみを適用するコマンド
|
||||
apt install -y unattended-upgrades && \
|
||||
unattended-upgrades && \
|
||||
pip install --no-cache-dir -r requirements.txt
|
||||
COPY dataimport ./
|
||||
|
||||
CMD [ "python", "./controller.py" ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user