Skip to content

Commit

Permalink
fix build on mac m1
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperaj committed Apr 29, 2024
1 parent 7c2238e commit cb7fa80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN install-php-extensions gd


#-- production assets
FROM docker.io/node:22-alpine as build-production-assets
FROM docker.io/node:18-alpine as build-production-assets

RUN apk add --no-cache libstdc++ libgcc

Expand All @@ -19,7 +19,7 @@ RUN npm ci

COPY ./resources /app/resources

RUN npm ci && npm run build
RUN npm run build


#-- production dependencies
Expand Down

0 comments on commit cb7fa80

Please sign in to comment.