Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
syn-4ck committed Feb 20, 2024
1 parent 4f9c2fe commit b8c982b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN pip install --upgrade pip

RUN pip install wheel
RUN python setup.py bdist_wheel
RUN pip install dist/fafnir-${VERSION}-py3-none-any.whl
RUN pip install dist/fafnir-$VERSION-py3-none-any.whl

RUN adduser -D fafnir
USER fafnir
USER fafnir

0 comments on commit b8c982b

Please sign in to comment.