Skip to content

Commit

Permalink
Merge pull request #9 from ManasJayanth/prometheansacrifice/fix-docke…
Browse files Browse the repository at this point in the history
…r-builds
  • Loading branch information
davesnx authored May 27, 2024
2 parents 102fc72 + 4200dbd commit d120998
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir /esy
WORKDIR /esy

ENV NPM_CONFIG_PREFIX=/esy
RUN npm install -g esy@0.6.12
RUN npm install -g esy@0.7.2

# Alpine image where
FROM node:16.3-alpine3.12 as esy
Expand Down Expand Up @@ -45,7 +45,6 @@ RUN esy build-dependencies
COPY client/ client/
COPY shared/ shared/
COPY server/ server/
COPY vendor/ vendor/
COPY dune dune
COPY dune-project dune-project
COPY webpack.config.js webpack.config.js
Expand Down

0 comments on commit d120998

Please sign in to comment.