Skip to content

Commit

Permalink
add yarnlock
Browse files Browse the repository at this point in the history
  • Loading branch information
anshuman852 committed May 28, 2023
1 parent adb4061 commit 2bc5862
Show file tree
Hide file tree
Showing 3 changed files with 591 additions and 860 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ FROM node:16

WORKDIR /src

COPY package.json /src/package.json
COPY ["package.json", "yarn.lock", "./"]

ENV PORT=3500 \
HOST=0.0.0.0 \
AUTH_USER=admin \
Expand Down

0 comments on commit 2bc5862

Please sign in to comment.