mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-28 08:35:30 +00:00
BROKEN: getting a docker image vreation error
This commit is contained in:
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@@ -0,0 +1,2 @@
|
||||
FROM scratch
|
||||
COPY . /data
|
||||
@@ -1,8 +1,8 @@
|
||||
name: kgpz_xml
|
||||
name: kgpz
|
||||
services:
|
||||
data:
|
||||
build: ./
|
||||
container_name: kgpz-data-builder
|
||||
xml:
|
||||
build: .
|
||||
container_name: kgpz-xml
|
||||
volumes:
|
||||
- data:/data
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
FROM alpine:latest
|
||||
COPY . /data
|
||||
Reference in New Issue
Block a user