Skip to content

Commit

Permalink
Fix: Need to actually add in the install command to pull in the store…
Browse files Browse the repository at this point in the history
… and install it
  • Loading branch information
Matt Cavanagh committed May 20, 2023
1 parent ab541d6 commit 51eaf85
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 @@ -6,6 +6,6 @@ RUN npm install -g pnpm

COPY . ./

RUN pnpm build
RUN pnpm install && pnpm build

ENTRYPOINT /app/entrypoint.sh

0 comments on commit 51eaf85

Please sign in to comment.