Skip to content

Commit

Permalink
Update env
Browse files Browse the repository at this point in the history
  • Loading branch information
ainsleyclark committed May 9, 2022
1 parent 8f29c86 commit d5fa5ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ REDIS_PORT=
REDIS_HOST=
REDIS_USERNAME=
REDIS_PASSWORD=
REDIS_DB=
REDIS_DB=
REDIS_TLS=false
11 changes: 0 additions & 11 deletions .env.production

This file was deleted.

1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ RUN npm install

# Bundle app source
COPY . .
COPY .env.production .env

EXPOSE 8080
CMD [ "npm", "run", "start" ]

0 comments on commit d5fa5ce

Please sign in to comment.