Skip to content

Commit

Permalink
Docker - update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Dec 27, 2024
1 parent 35f0b38 commit ecb045e
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 @@ -3,7 +3,7 @@ FROM node:23-alpine AS node-builder
RUN mkdir -p /usr/src/app/fittrackee_client /usr/src/app/fittrackee
WORKDIR /usr/src/app/fittrackee_client

ENV PATH /usr/src/app/fittrackee_client/node_modules/.bin:$PATH
ENV PATH=/usr/src/app/fittrackee_client/node_modules/.bin:$PATH
COPY fittrackee_client/package.json /usr/src/app/fittrackee_client/package.json
COPY fittrackee_client/yarn.lock /usr/src/app/fittrackee_client/yarn.lock
RUN yarn install --silent --network-timeout 300000
Expand Down

0 comments on commit ecb045e

Please sign in to comment.