Skip to content

Commit

Permalink
devops is so cool
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed Sep 13, 2024
1 parent d7fbbf5 commit e5e842c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt --no-cache-dir option

# copy all files
COPY main.py api.py notion.py events.py ./
COPY main.py api.py notion.py events.py helper.py ./

# run code
CMD ["python3", "main.py"]

0 comments on commit e5e842c

Please sign in to comment.