Skip to content

Commit

Permalink
Merge pull request #89 from Sceptyre/patch-1
Browse files Browse the repository at this point in the history
Set docker image's default command to run main.py
  • Loading branch information
BattlefieldDuck authored Jun 16, 2024
2 parents d0240dc + ff2a811 commit 2b06e4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ RUN pip install --no-cache-dir -r requirements.txt

# Copy the current directory contents into the container at /app
COPY . .

# Set default container start command
CMD ["python3", "main.py"]

0 comments on commit 2b06e4e

Please sign in to comment.