bitburner-src/docker-compose.yml

16 lines
274 B
YAML
Raw Normal View History

version: "3.4"
services:
2021-09-05 01:09:30 +02:00
web:
image: bitburner:dev
build:
context: .
dockerfile: Dockerfile
target: dev
ports:
- "8000:8000"
volumes:
- ./src:/app/src
- ./css:/app/css
- ./utils:/app/utils
- ./test:/app/test