feat: add deployment configuration and scripts for managed-portal, including Dockerfiles and environment settings
This commit is contained in:
4
deploy/Dockerfile.runtime-overlay
Normal file
4
deploy/Dockerfile.runtime-overlay
Normal file
@@ -0,0 +1,4 @@
|
||||
ARG BASE_IMAGE
|
||||
FROM ${BASE_IMAGE}
|
||||
|
||||
COPY rootfs/ /
|
||||
Reference in New Issue
Block a user