Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed May 26, 2022
1 parent 773dd55 commit 4ffd4bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ FROM node:16.14.2-alpine

WORKDIR /usr/app

COPY packages/handshake-api/package.json \
packages/handshake-api/yarn.lock \
COPY package.json \
yarn.lock \
./

RUN yarn --frozen-lockfile

COPY packages/handshake-api/src/* src/
COPY src/* src/

ENV HSD_NETWORK="main"
ENV HSD_HOST="0.0.0.0"
Expand Down

0 comments on commit 4ffd4bc

Please sign in to comment.