Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
this shit is making me go brr
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiodam committed Jun 25, 2024
1 parent d08bd46 commit d2ba11a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ WORKDIR /app

RUN apt-get update && apt-get upgrade -y && rm -rf /var/lib/apt/lists/*

COPY --from=builder /app/entrypoint.sh /app/entrypoint.sh
COPY --from=builder /app/target/${TARGET}/release/netchat-server /usr/local/bin/netchat-server
COPY --from=builder /app/config.toml /app/config.toml

Expand Down

0 comments on commit d2ba11a

Please sign in to comment.