Add dockerfiles

This commit is contained in:
2023-09-15 23:23:44 +02:00
parent b455eabb79
commit af83f72dac
4 changed files with 35 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
version: "3.8"
services:
api:
build:
context: ./api
dockerfile: Dockerfile.dev
ports:
- "7890:7890"
restart: on-failure
volumes:
- ./api:/app