Skip to content

Commit

Permalink
Remove random text in Dockefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mirdaki committed Sep 26, 2022
1 parent e44fc6e commit 659618f
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 659618f

Please sign in to comment.