Create build system (#1)
This commit is contained in:
7
image/image.dockerfile
Normal file
7
image/image.dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM docker.io/alpine:latest
|
||||
|
||||
COPY ./zmp24 /usr/bin/zmp24
|
||||
COPY ./run.sh /run.sh
|
||||
RUN apk update && apk add gcompat && mkdir /data
|
||||
|
||||
CMD [ "/run.sh" ]
|
Reference in New Issue
Block a user