debug: try another start container mode
Some checks failed
CI/CD / deploy (push) Failing after 15s
CI/CD / test (push) Successful in 9s

This commit is contained in:
Stepan Vladovskiy 2024-04-09 13:02:50 -03:00
parent 20c7e2a9bb
commit c50d74d38d
2 changed files with 2 additions and 2 deletions

View File

@ -31,5 +31,5 @@ jobs:
uses: dokku/github-action@master
with:
branch: 'main'
git_remote_url: 'ssh://dokku@5.255.100.133:22/crdt-server'
git_remote_url: 'ssh://dokku@v2.discours.io:22/crdt-server'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}

View File

@ -2,4 +2,4 @@ FROM node:alpine
EXPOSE 4000
COPY . .
RUN npm install
CMD npm start
CMD ["node", "./index.mjs"]