diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 91b6619..d2e058c 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -65,7 +65,7 @@ jobs: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest # Wait for container to be ready - sleep 10 + sleep 60 # Check if container is still running if docker ps | grep test-container; then diff --git a/Dockerfile b/Dockerfile index e40c22d..8326cf0 100755 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ COPY ./database ./database COPY ./discordbot ./discordbot COPY ./protondb ./protondb COPY ./webapp ./webapp -COPY ./twitchbot ./twitchbot +#COPY ./twitchbot ./twitchbot COPY zabbix_agent2.conf /etc/zabbix/zabbix_agent2.conf COPY start.sh /start.sh