Skip to content

Commit

Permalink
just docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchayan721 committed Aug 5, 2023
1 parent f1fcf1a commit a985fe8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 27 deletions.
23 changes: 0 additions & 23 deletions Dockerfile

This file was deleted.

14 changes: 10 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
version: '3.8'

version: '3.9'
services:
app:
build: .
image: node:14-alpine
container_name: ims_corp_development
working_dir: /app
command: sh -c "yarn install && yarn build && yarn start"
volumes:
- .:/app
ports:
- '3000:3000'
- "31415:3000"
environment:
- NODE_ENV=production

0 comments on commit a985fe8

Please sign in to comment.