Skip to content

Commit

Permalink
Remove copying docker_misc in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Oct 2, 2021
1 parent 9846f25 commit 020cbc7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN apt-get update && apt-get install -y netcat-openbsd sqlite3 libpq-dev libmar
COPY --from=builder /usr/local/cargo/bin/diesel /usr/local/cargo/bin/zauth /usr/local/bin/
COPY diesel.toml /usr/src/zauth/
COPY migrations/ migrations/
COPY docker_misc/ docker_misc/
COPY --from=staticbuilder /usr/src/zauth/static static/

ENV ROCKET_ENV production
Expand Down

0 comments on commit 020cbc7

Please sign in to comment.