Explorecraft_Logolcicusz_Kn.../docker-compose.build.yml
LogolicusZ 2065e06e4d Changes:
- Added Justfile and added Build
- Added init.sql, docker compose and Dockerfile from other Repo
- Created Docker-compose.build file
- updated Css
2024-04-05 11:39:54 +02:00

9 lines
No EOL
197 B
YAML

services:
web:
image: gitpot.dev/logolicusz/explorecraft_logolcicusz_knockoff:${TAG}
build:
context: .
dockerfile: Dockerfile
no_cache: true
ports:
- "3000:80"