This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Run new container
|
||||
run: |
|
||||
docker run -d \
|
||||
-p 8383:80 \
|
||||
-p 8385:80 \
|
||||
--name front-fiscad \
|
||||
--restart=always \
|
||||
front-fiscad:latest
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -40,3 +40,5 @@ testem.log
|
||||
# System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
.git
|
||||
@@ -24,7 +24,7 @@ RUN node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --co
|
||||
# ==============================
|
||||
# 2️⃣ Serveur Nginx
|
||||
# ==============================
|
||||
FROM nginx:latest as build
|
||||
FROM nginx:latest AS build
|
||||
|
||||
# Supprimer config par défaut
|
||||
RUN rm -rf /usr/share/nginx/html/*
|
||||
|
||||
Reference in New Issue
Block a user