Include the repo inside the dockerfile

Signed-off-by: Dimitris Zervas <dzervas@dzervas.gr>
This commit is contained in:
Dimitris Zervas
2024-07-28 21:49:50 +03:00
parent 792c3feed2
commit 503628b165
3 changed files with 12 additions and 1 deletions

View File

@ -19,6 +19,7 @@ ENV ANDROID_NDK_ROOT="${ANDROID_NDK_HOME}"
ARG NDK_ARCH=armeabi-v7a
COPY . /injectionforge
WORKDIR /injectionforge
# Run with: docker run -it --name iforge -v $(pwd):/injectionforge injectionforge:latest