This commit is contained in:
2024-12-02 19:48:02 +03:00
commit 4de3f34a9d
2 changed files with 22 additions and 0 deletions

5
all/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
ARG image_from
FROM ${image_from}
ARG build_type
ENV BUILD_TYPE=${build_type}