fix(docker): add build directive to compose and add .dockerignore file
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 20s
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 20s
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
website:
|
||||
build: .
|
||||
image: gitea.hephex.de/daniel/websitedummy:latest
|
||||
container_name: websitedummy_app
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user