mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
Refactor Docker build and automatically push images (#41)
Refactor Docker build / Add GitHub workflow for creating and publishing Docker image
This commit is contained in:
@@ -4,10 +4,8 @@ services:
|
||||
container_name: fredy
|
||||
# build from empty build folder to reduce size of image
|
||||
build:
|
||||
context: ./build
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
repo: https://github.com/orangecoding/fredy.git
|
||||
image: fredy/fredy
|
||||
# map existing config and database
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user