Skip to content

Commit

Permalink
Set container default command
Browse files Browse the repository at this point in the history
Sets the default container exec command to start the discordgsm service
  • Loading branch information
Sceptyre authored Apr 16, 2024
1 parent 091548e commit ff2a811
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 ff2a811

Please sign in to comment.