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