Skip to content

Commit

Permalink
try to use install
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Jun 16, 2024
1 parent b08ff7b commit 6dd28e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY .env.production .env.production
COPY public/ public
COPY src/ src

RUN npm ci --legacy-peer-deps
RUN npm install --legacy-peer-deps
RUN npm run build

FROM httpd:2.4-alpine
Expand Down

0 comments on commit 6dd28e3

Please sign in to comment.