bugfix
All checks were successful
Build and Deploy / build (push) Successful in 21s
Build and Deploy / deploy (push) Successful in 29s

This commit is contained in:
Maximilian Baum
2026-04-01 15:46:25 +02:00
parent 28a759e714
commit 5cefed53e9
4 changed files with 7 additions and 12 deletions

View File

@@ -1,11 +1,6 @@
services:
stupid-apis-service:
build: .
container_name: sort-service
stupid-apis:
container_name: stupid-apis
image: gitea.johannesbot.de/johannesbot/stupid-apis:latest
ports:
- "3000:3000"
volumes:
- .:/app
- /app/node_modules
environment:
- NODE_ENV=development
- "3000:3000"