Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
akash4sh committed Oct 17, 2023
1 parent 371f0b0 commit 718d365
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 @@ -2,7 +2,7 @@ FROM alpine

WORKDIR /app

COPY --from=builder ./tracetest-server /app/tracetest-server
COPY ./tracetest-server /app/tracetest-server

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

0 comments on commit 718d365

Please sign in to comment.