Skip to content

Commit

Permalink
Merge pull request #17 from MurrayGroves/dev
Browse files Browse the repository at this point in the history
Make dockerfile use yarn
  • Loading branch information
MurrayGroves committed Feb 29, 2024
2 parents 68f18c0 + 8ed3514 commit b2724ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saferoute/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ ENV BROWSER=none
LABEL org.opencontainers.image.source https://github.com/MurrayGroves/saferoute

# Install dependencies
RUN npm install
RUN yarn install

CMD ["npm", "start"]
CMD ["yarn", "start"]

0 comments on commit b2724ef

Please sign in to comment.