aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d281f46..6aa22ea 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,7 +19,6 @@ RUN wget https://github.com/premake/premake-core/releases/download/v5.0.0-beta2/
# Set the working directory inside the container
WORKDIR /app
-# Copy your project's source code into the container
COPY . .
# Generate the makefiles. This will be the default action if no other command is given.