Skip to content

Commit

Permalink
Merge pull request #3 from lsk569937453/dev
Browse files Browse the repository at this point in the history
Add the logagent.
  • Loading branch information
lsk569937453 committed Mar 18, 2024
2 parents 18741e9 + a14beed commit 1ed42b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ FROM ubuntu:jammy-20230301
# apt-get install -y heaptrack-gui
# RUN apt-get update &&\
# apt -y install pkg-config libfreetype6-dev libfontconfig1-dev mingw-w64
COPY echo-server /tmp/echo-server
RUN chmod go+r /tmp/echo-server
COPY kt /tmp/kt
RUN chmod go+r /tmp/kt
WORKDIR "/tmp"
ENTRYPOINT ["/tmp/echo-server"]
#ENTRYPOINT ["tail", "-f", "/dev/null"]
# ENTRYPOINT ["/tmp/kt"]
ENTRYPOINT ["tail", "-f", "/dev/null"]

0 comments on commit 1ed42b4

Please sign in to comment.