Skip to content

Commit

Permalink
Adding CLI on Dockerfile path (#2024)
Browse files Browse the repository at this point in the history
* Adding CLI on Dockerfile path

* Adding documentation on dockerfile
  • Loading branch information
danielbdias committed Feb 22, 2023
1 parent 74ac159 commit 2a5ffd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -8,6 +8,8 @@ COPY ./tracetest /app/tracetest
COPY ./web/build ./html
COPY ./server/migrations/ /app/migrations/

# Adding /app folder on $PATH to allow users to call tracetest cli on docker
ENV PATH="$PATH:/app"

EXPOSE 11633/tcp

Expand Down

0 comments on commit 2a5ffd8

Please sign in to comment.