1
0
Fork 0

Remove port exposure from Discord bot
Lint / lint (push) Has been cancelled Details

This commit is contained in:
Gabriel Simmer 2024-04-06 00:30:15 +01:00
parent 1434a8c35b
commit 75854e0e46
Signed by: arch
SSH Key Fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ
1 changed files with 0 additions and 3 deletions

View File

@ -9,8 +9,5 @@ RUN pip install --no-cache-dir requests discord.py
# Copy the rest of the application code
COPY . .
# Expose the ports needed to access the application
EXPOSE 8080
# Specify the command to run your Python application
CMD ["python", "main.py"]