config.json missing

This commit is contained in:
imnyang 2025-05-02 23:16:21 +09:00
commit 2d2e546673
2 changed files with 5 additions and 0 deletions

View file

@ -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 apt update -y && apt upgrade -y && apt install -y cron
COPY config.json /code/app/config.json
# Setup Crontab
WORKDIR /code
COPY crontab /code/crontab

3
docker-compose.yml Normal file
View file

@ -0,0 +1,3 @@
services:
app:
build: .