Finally up and running again.

This commit is contained in:
iamBadgers
2025-06-12 00:10:12 -07:00
parent dbf550b700
commit a4be179faf
7 changed files with 156 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ networks:
rush-character-net:
services:
rush-character-archive:
frontend:
build:
context: ./
dockerfile: ./frontend/Dockerfile
@@ -15,7 +15,7 @@ services:
watch:
- action: sync
path: ./frontend
target: /srv/frontende
target: /srv/frontend
ignore:
- node_modules
- action: rebuild