Create docker files for development environment

This commit is contained in:
2022-07-29 22:22:22 +01:00
parent 909c5de4f9
commit 9bb580f8dd
4 changed files with 12 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ version: "2"
services:
app:
image: pathogen/neptune
image: pathogen/neptune:latest
build: ./docker
volumes:
- ${PORTAINER_GIT_DIR}:/code