debug: try another start container mode
This commit is contained in:
parent
20c7e2a9bb
commit
c50d74d38d
|
@ -31,5 +31,5 @@ jobs:
|
||||||
uses: dokku/github-action@master
|
uses: dokku/github-action@master
|
||||||
with:
|
with:
|
||||||
branch: 'main'
|
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 }}
|
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
|
|
@ -2,4 +2,4 @@ FROM node:alpine
|
||||||
EXPOSE 4000
|
EXPOSE 4000
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm install
|
RUN npm install
|
||||||
CMD npm start
|
CMD ["node", "./index.mjs"]
|
Loading…
Reference in New Issue
Block a user