Skip to content

Commit

Permalink
test(do): add docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Todmy committed Aug 3, 2023
1 parent 6a0048f commit 6c9a5c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3'
services:
api:
build: .
ports:
- '3000:3000'
volumes:
- .:/usr/src/app
- /usr/src/app/node_modules
command: echo "This is a test message from Docker Compose."

0 comments on commit 6c9a5c3

Please sign in to comment.