Skip to content

Commit

Permalink
add workdir to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Nov 23, 2018
1 parent 4efeebd commit 08be852
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ RUN apk --no-cache upgrade && apk --no-cache add ca-certificates

COPY centrifugo /usr/local/bin/centrifugo

WORKDIR /centrifugo

CMD ["centrifugo"]

0 comments on commit 08be852

Please sign in to comment.