Skip to content

Commit

Permalink
fix(ci): deploiement
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Sep 13, 2024
1 parent 5dc5b75 commit 9da0684
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ WORKDIR /app
COPY package*.json ./
RUN npm ci --silent
COPY . .
RUN npm run build:staging

# staging environment
FROM nginx:stable
Expand Down

0 comments on commit 9da0684

Please sign in to comment.