Skip to content
Snippets Groups Projects
Commit d1cda87a authored by Abonyi Bence Péter's avatar Abonyi Bence Péter :scream_cat:
Browse files

updated dockerfile

parent 1507b5ae
No related branches found
No related tags found
No related merge requests found
Pipeline #52038 passed
......@@ -24,6 +24,7 @@ COPY --chown=nonroot:nonroot . .
# venv
ENV VIRTUAL_ENV=/home/app/venv
ARG RELEASE_VERSION=default
ENV RELEASE_VERSION=${RELEASE_VERSION}
# python setup
RUN python -m venv $VIRTUAL_ENV
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment