feat(docker): basic docker config for back and front with minor linter fixes

This commit is contained in:
2024-10-30 13:26:24 +01:00
parent 15fb5a3163
commit 024d06515e
6 changed files with 47 additions and 5 deletions

View File

@@ -1,6 +1,14 @@
version: "1.2"
services:
# front:
# build:
# context: ./front
# dockerfile: Dockerfile
# container_name: nextjs-app
# ports:
# - "3016:3016"
#
mysql:
image: mysql
restart: always