Skip to content

Commit

Permalink
chore: and commands something
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed Feb 6, 2024
1 parent b96b4f9 commit 2d27f4d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ COPY ["setup.py", "MANIFEST.in", "README.rst", "AUTHORS.rst", "Makefile", "requi
COPY ["./snappass", "$APP_DIR/snappass"]

RUN apt-get update && \
apt-get install make

RUN make prod
RUN python setup.py install && \
apt-get install make && \
make prod && \
python setup.py install && \
chown -R snappass $APP_DIR && \
chgrp -R snappass $APP_DIR

Expand Down

0 comments on commit 2d27f4d

Please sign in to comment.