3eme commit
All checks were successful
Angular Docker CI/CD / deploy (push) Successful in 2m58s

This commit is contained in:
faviem
2026-04-02 08:01:45 +01:00
parent 02b6b30cd0
commit d207745a0d
3 changed files with 4 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Run new container - name: Run new container
run: | run: |
docker run -d \ docker run -d \
-p 8383:80 \ -p 8385:80 \
--name front-fiscad \ --name front-fiscad \
--restart=always \ --restart=always \
front-fiscad:latest front-fiscad:latest

2
.gitignore vendored
View File

@@ -40,3 +40,5 @@ testem.log
# System files # System files
.DS_Store .DS_Store
Thumbs.db Thumbs.db
.git

View File

@@ -24,7 +24,7 @@ RUN node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --co
# ============================== # ==============================
# 2⃣ Serveur Nginx # 2⃣ Serveur Nginx
# ============================== # ==============================
FROM nginx:latest as build FROM nginx:latest AS build
# Supprimer config par défaut # Supprimer config par défaut
RUN rm -rf /usr/share/nginx/html/* RUN rm -rf /usr/share/nginx/html/*