initial
This commit is contained in:
5
all/Dockerfile
Normal file
5
all/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
ARG image_from
|
||||
FROM ${image_from}
|
||||
|
||||
ARG build_type
|
||||
ENV BUILD_TYPE=${build_type}
|
||||
Reference in New Issue
Block a user