ifheroes / infinityheroes-bot

Dieser Bot erlaubt die Synchronisation zwischen der Webseite von ifheroes.de und unserem Discord Server.
GNU General Public License v3.0
2 stars 2 forks source link

Docker v1 #5

Closed chrischivlog closed 4 months ago

chrischivlog commented 4 months ago

Changes Introduced

Description

This update includes modifications to the Docker setup to allow developers to access the API inside the Docker container. Additionally, the Docker container is now configured to be exposed on port 8080, making it accessible via localhost:8080.

Instructions

To run the Docker image infinityheroesbot:latest on port 8080, use the following command:


docker run -d -p 8080:8080 infinityheroesbot:latest
EckigerLuca commented 4 months ago

Ich muss mich auch mal wieder dran setzen 🙈