LogolicusZ
2065e06e4d
- Added Justfile and added Build - Added init.sql, docker compose and Dockerfile from other Repo - Created Docker-compose.build file - updated Css
9 lines
No EOL
197 B
YAML
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" |