bahmcloud_store_installer/Dockerfile hinzugefügt
This commit is contained in:
5
bahmcloud_store_installer/Dockerfile
Normal file
5
bahmcloud_store_installer/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM alpine:3.20
|
||||
RUN apk add --no-cache curl unzip
|
||||
COPY run.sh /run.sh
|
||||
RUN chmod +x /run.sh
|
||||
CMD ["/run.sh"]
|
||||
Reference in New Issue
Block a user