This website requires JavaScript.
Explore
Help
Register
Sign In
aidan
/
modules
Watch
1
Star
0
Fork
0
You've already forked modules
Code
Issues
1
Pull Requests
Packages
Activity
modules
/
docker-compose.yml
8 lines
120 B
YAML
Raw
Normal View
History
Unescape
Escape
Dockerize
2024-12-17 00:00:40 -05:00
services
:
app
:
build
:
.
ports
:
-
"3000:3000"
volumes
:
-
.:/app
fix docker issues for ci
2024-12-17 00:37:18 -05:00
command
:
[
"node"
,
"app.js"
]
Reference in New Issue
Copy Permalink