config.json missing
This commit is contained in:
parent
c3a8ded663
commit
2d2e546673
2 changed files with 5 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ RUN sed -i 's@deb.debian.org@ftp.kaist.ac.kr@g' /etc/apt/sources.list.d/debian.s
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN apt update -y && apt upgrade -y && apt install -y cron
|
RUN apt update -y && apt upgrade -y && apt install -y cron
|
||||||
|
|
||||||
|
COPY config.json /code/app/config.json
|
||||||
|
|
||||||
# Setup Crontab
|
# Setup Crontab
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
COPY crontab /code/crontab
|
COPY crontab /code/crontab
|
||||||
|
|
|
||||||
3
docker-compose.yml
Normal file
3
docker-compose.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
build: .
|
||||||
Loading…
Add table
Add a link
Reference in a new issue