diff options
| author | 2025-07-22 21:27:56 -0500 | |
|---|---|---|
| committer | 2025-07-22 21:27:56 -0500 | |
| commit | 5666a237ef3f4f0ce7fb5505273f76806c5c7568 (patch) | |
| tree | c99b552be80a5f75311c44aaca0c348830708deb /Dockerfile | |
| parent | This file defines the environment for the lush application: Attempt4 (diff) | |
Jenkins checkout step with the SubmoduleOption enabled: Attempt5
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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.
|
