Removed default workdir and vol

This commit is contained in:
Sambo Chea 2021-07-14 17:00:16 +07:00
parent 4fe9577257
commit 7f0e377852

View File

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