Skip to content

Commit

Permalink
build systems are hard
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed May 2, 2024
1 parent 1280276 commit 3d1f676
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 @@ -6,7 +6,6 @@ RUN pip3 install -r requirements.txt --no-cache-dir option

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

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

0 comments on commit 3d1f676

Please sign in to comment.