moved to seperate folder
This commit is contained in:
7
HelloWorldAddon/Dockerfile
Normal file
7
HelloWorldAddon/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
ARG BUILD_FROM
|
||||
FROM $BUILD_FROM
|
||||
|
||||
COPY run.sh /
|
||||
RUN chmod a+x /run.sh
|
||||
|
||||
CMD [ "/run.sh" ]
|
||||
Reference in New Issue
Block a user