mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-16 13:00:39 +01:00
TEST 3 échec CI
This commit is contained in:
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
|||||||
- name: Test container startup
|
- name: Test container startup
|
||||||
run: |
|
run: |
|
||||||
echo "Testing if the container starts successfully..."
|
echo "Testing if the container starts successfully..."
|
||||||
docker run --rm -d --name test-container -p 5001:5000 \
|
docker run --rm -d --name test-container -p 5000:5000 \
|
||||||
-e TZ=Europe/Paris \
|
-e TZ=Europe/Paris \
|
||||||
-e ENABLE_ZABBIX=false \
|
-e ENABLE_ZABBIX=false \
|
||||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||||
|
|||||||
@@ -23,12 +23,12 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& rm zabbix-release_latest_7.4+debian12_all.deb
|
&& rm zabbix-release_latest_7.4+debian12_all.deb
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
COPY run-web.py .
|
#COPY run-web.py .
|
||||||
COPY ./database ./database
|
COPY ./database ./database
|
||||||
COPY ./discordbot ./discordbot
|
COPY ./discordbot ./discordbot
|
||||||
COPY ./protondb ./protondb
|
COPY ./protondb ./protondb
|
||||||
COPY ./webapp ./webapp
|
COPY ./webapp ./webapp
|
||||||
#COPY ./twitchbot ./twitchbot
|
COPY ./twitchbot ./twitchbot
|
||||||
COPY zabbix_agent2.conf /etc/zabbix/zabbix_agent2.conf
|
COPY zabbix_agent2.conf /etc/zabbix/zabbix_agent2.conf
|
||||||
COPY start.sh /start.sh
|
COPY start.sh /start.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user