Skip to content

Commit

Permalink
Merge pull request #3 from metacpan/oalders/dockerfile
Browse files Browse the repository at this point in the history
Run build:main rather than build:docker
  • Loading branch information
ranguard authored Aug 12, 2024
2 parents abbd2c7 + 92ca992 commit 807928d
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 @@ -19,6 +19,6 @@ WORKDIR /var/lib/build-coresmokedb-web/
RUN npm install && npm audit fix --force || true

# Build the thing and deploy
RUN npm run build:docker
RUN npm run build:main
RUN cp -a dist/ /var/lib/perl5-coresmokedb-web/
WORKDIR /var/lib/perl5-coresmokedb-web/

0 comments on commit 807928d

Please sign in to comment.