Skip to content

Commit

Permalink
Merge branch 'master' into vcpkg-version
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s authored Feb 20, 2023
2 parents dbe860e + 174b191 commit 1f40f96
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 224 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
with:
persist-credentials: false

- name: Setup
uses: ./.github/actions/setup
with:
node-version: 16

- name: Build
run: |
npm ci
npm run build-docs
run: npm run build-docs

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ LABEL fly.version=$version
ENV NODE_ENV production

WORKDIR /usr/src/app
COPY --from=Builder /usr/src/app /usr/src/app
COPY --from=Builder --chown=0:0 /usr/src/app /usr/src/app

CMD node server

Expand Down
Loading

0 comments on commit 1f40f96

Please sign in to comment.