Skip to content

Commit

Permalink
Merge pull request #472 from GuessWhoSamFoo/fix-build
Browse files Browse the repository at this point in the history
Fix docker build
  • Loading branch information
GuessWhoSamFoo authored Jun 15, 2023
2 parents 14fd44a + 8fbbd3b commit 87dc0c7
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 @@ -39,14 +39,14 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& chown -R synse:synse /synse \
&& chown -R synse:synse /etc/synse

COPY --from=builder /build/dist/synse-server-*.tar.gz /synse/synse-server.tar.gz
COPY --from=builder /build/dist/synse_server-*.tar.gz /synse/synse_server.tar.gz
COPY --from=builder /build/packages /pip-packages
COPY ./assets/favicon.ico /etc/synse/static/favicon.ico

WORKDIR synse

RUN pip install --no-index --find-links=/pip-packages /pip-packages/* \
&& pip install synse-server.tar.gz \
&& pip install synse_server.tar.gz \
&& rm -rf /root/.cache

USER synse
Expand Down

0 comments on commit 87dc0c7

Please sign in to comment.