Task: Add /github/workspace for default workdir and vol

This commit is contained in:
Sambo Chea 2021-07-14 16:41:34 +07:00
parent 779bb6ca2d
commit 4fe9577257

View File

@ -1,6 +1,9 @@
FROM cubetiq/calpine-os-linux:latest
LABEL maintainer="sombochea@cubetiqs.com"
WORKDIR /github/workspace
VOLUME ["/github/workspace"]
# Build with root access
USER root