Skip to content

Commit

Permalink
don't push a broken ci/cd pipeline ._.
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed Apr 18, 2024
1 parent 99088a4 commit 1799c6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt --no-cache-dir option

# copy all files
COPY /python /python
COPY main.py main.py
COPY main.py api.py notion.py ./

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

0 comments on commit 1799c6c

Please sign in to comment.