Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
MarlikAlmighty committed Dec 27, 2023
1 parent 9825a65 commit fe154d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN upx --best --lzma -o /app /app

FROM scratch

COPY --from=upx /app /mdns
COPY --from=upx /mdns /app

ENV HTTP_PORT=8081
ENV DNS_TCP_PORT=53
Expand Down

0 comments on commit fe154d4

Please sign in to comment.