ci test commit

This commit is contained in:
2025-08-29 13:56:53 +02:00
parent 18bf7cb6ce
commit 2cb457c776
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build Docker image - name: Build Docker image
run: docker build -t git.rivercry.com/wg/monitor-im-flur . run: ls -la && docker build -t git.rivercry.com/wg/monitor-im-flur .
- name: Push Docker image - name: Push Docker image
run: docker push git.rivercry.com/wg/monitor-im-flur run: docker push git.rivercry.com/wg/monitor-im-flur

View File

@@ -2,7 +2,7 @@ FROM nginx:latest
WORKDIR /app WORKDIR /app
COPY ./dist/* . COPY ./build/* .
EXPOSE 80 EXPOSE 80
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]