Skip to content

Commit

Permalink
Merge pull request #46 from snow-actions/docker-compose
Browse files Browse the repository at this point in the history
Docker Compose
  • Loading branch information
SnowCait authored Jul 8, 2023
2 parents e1318b9 + 31ef845 commit 3a44d9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
services:
node:
image: node:16
volumes:
- .:/app
working_dir: /app

0 comments on commit 3a44d9e

Please sign in to comment.