Skip to content

Commit

Permalink
fix: command not found for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdumper committed Jul 15, 2019
1 parent 83d6763 commit c4f6890
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ RUN go build -ldflags="-w -s" -o build
FROM alpine as run

WORKDIR /srv/app
COPY --from=build /srv/app/build /srv/app/build
COPY --from=build /srv/app/build /usr/local/bin/vte

RUN alias vte="/srv/app/build"

ENTRYPOINT ["/bin/sh"]
ENTRYPOINT ["/bin/sh", "-c"]

0 comments on commit c4f6890

Please sign in to comment.