Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from picass-co/master
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
ali-furkan authored Oct 28, 2020
2 parents 17f5eba + 33a7256 commit d999b00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
submodules: "recursive"
with:
submodules: "recursive"
- uses: superfly/[email protected]
with:
args: "deploy"
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ COPY scripts scripts

RUN npm i

RUN npm run lib:build

RUN npm run build

ENV NODE_ENV=production
ENV PORT=8080

CMD ["npm","run","start:prod"]
CMD ["npm","run","start:prod"]

0 comments on commit d999b00

Please sign in to comment.