diff --git a/base/Dockerfile b/base/Dockerfile index 27bdac6..ef2522c 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -5,4 +5,7 @@ RUN apk add --no-cache \ curl \ helix +RUN mkdir /app +WORKDIR /app + CMD [ "/bin/bash" ] diff --git a/lab/Dockerfile b/homeland/Dockerfile similarity index 100% rename from lab/Dockerfile rename to homeland/Dockerfile