mirror of
https://github.com/vacp2p/wakurtosis.git
synced 2026-01-09 14:58:02 -05:00
Simplify dockerfiles and mark files as executable
This commit is contained in:
0
gennet-module/.dockerignore
Normal file
0
gennet-module/.dockerignore
Normal file
@@ -21,7 +21,7 @@ COPY --from=build-image /opt/venv /opt/venv
|
||||
|
||||
# Copy the gennet files to the production image
|
||||
WORKDIR /gennet
|
||||
COPY Dockerfile batch_gen.sh gennet.py requirements.txt Readme.md ./
|
||||
COPY . .
|
||||
|
||||
# Deploy the virtualenv in production image
|
||||
ENV PATH="/opt/venv/bin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user