BROKEN: getting a docker image vreation error

This commit is contained in:
Simon Martens
2024-12-06 16:21:10 +01:00
parent 904a0d36e9
commit 80b074cd96
3 changed files with 6 additions and 6 deletions

2
Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM scratch
COPY . /data

View File

@@ -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

View File

@@ -1,2 +0,0 @@
FROM alpine:latest
COPY . /data