Task: Add /github/workspace for default workdir and vol
This commit is contained in:
parent
779bb6ca2d
commit
4fe9577257
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user