docker pull getarcaneapp/arcane:latest
docker run -d --name arcane --restart always getarcaneapp/arcane:latest
docker compose up -d
services:
arcane-dev-container:
build:
context: .
dockerfile: Dockerfile
volumes:
- ../:/workspace:cached
command: sleep infinity
working_dir: /workspace