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:
5
.dockerignore
Normal file
5
.dockerignore
Normal file
@@ -0,0 +1,5 @@
|
||||
node_modules
|
||||
.git
|
||||
.astro
|
||||
dist
|
||||
.agents
|
||||
@@ -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