Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiSamaD authored Aug 27, 2024
1 parent be9e95d commit c8e18f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listener/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ FROM alpine:latest
WORKDIR "/src"
COPY --from=builder /src/build/app /usr/bin/app
#COPY --from=builder /src/build/listener /usr/bin/listener
COPY --from=builder /src/serv/config/config.yaml /src/config/config.yaml
COPY --from=builder /src/listener/config/config.yaml /src/config/config.yaml
CMD ["/usr/bin/app"]

0 comments on commit c8e18f9

Please sign in to comment.