1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2026-05-06 13:48:12 +02:00

fix: update dependencies to latest

This commit is contained in:
2023-12-28 06:21:24 +01:00
parent 62222dbb0c
commit dd26a277a2
18 changed files with 3053 additions and 3372 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ services:
restart: "unless-stopped"
build:
context: "./"
network_mode: "host"
ports:
- "${PORT-3000}:${PORT-3000}"
environment:
PORT: ${PORT-3000}
env_file: ".env"