Minor fix
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 50s
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 50s
This commit is contained in:
parent
221ac17831
commit
cfa9514be9
@ -20,7 +20,7 @@ RUN npm ci && npm run build
|
|||||||
# Installation des dépendances de l'app
|
# Installation des dépendances de l'app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm ci
|
RUN npm install
|
||||||
|
|
||||||
# Copie et build des sources de l'app
|
# Copie et build des sources de l'app
|
||||||
COPY tsconfig.json ./
|
COPY tsconfig.json ./
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user