mirror of https://github.com/freeCodeCamp/devdocs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
246 B
14 lines
246 B
![]()
4 years ago
|
version: '3.7'
|
||
|
services:
|
||
|
devdocs:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile-dev
|
||
|
args:
|
||
|
USER_ID: ${USER_ID:-0}
|
||
|
GROUP_ID: ${GROUP_ID:-0}
|
||
|
volumes:
|
||
|
- ${PWD}:/home/devuser
|
||
|
ports:
|
||
|
- "9292:9292"
|