From 4fe957725701ab2cff08fc06d1e2962c9c58ad59 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 14 Jul 2021 16:41:34 +0700 Subject: [PATCH] Task: Add /github/workspace for default workdir and vol --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2c3334d..38e9cc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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