Skip to content

Commit

Permalink
Merge pull request #12 from mirdaki/fixDocker
Browse files Browse the repository at this point in the history
  • Loading branch information
mirdaki authored Sep 26, 2022
2 parents e44fc6e + 659618f commit 3886d9e
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 @@ -15,7 +15,6 @@ RUN cargo build --release --bin urshort
FROM debian:bullseye-slim AS runtime
WORKDIR /usr/local/bin
COPY --from=builder /app/target/release/urshort /usr/local/bin
ccccckl

EXPOSE 54027
ENTRYPOINT ["/usr/local/bin/urshort"]

0 comments on commit 3886d9e

Please sign in to comment.