Skip to content

Commit

Permalink
✨ update server for docker deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
w3cj committed May 24, 2020
1 parent 54c5112 commit c76399c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion server/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
docker-data
docker-data
.env
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12
FROM node:lts-alpine

RUN npm install pm2 -g

Expand Down
2 changes: 1 addition & 1 deletion server/config/production.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"host": "entropychat-app-app.feathersjs.com",
"host": "api.entropychat.app",
"port": "PORT"
}

0 comments on commit c76399c

Please sign in to comment.