Skip to content

Commit

Permalink
Simplify lit docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Mar 3, 2017
1 parent a8452d0 commit 5af4baf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ FROM alpine
RUN apk add --no-cache libgcc
ADD lit /usr/bin
ADD luvi /usr/bin
RUN mkdir /app
WORKDIR /app
CMD luvi /app --
CMD ["ash"]

0 comments on commit 5af4baf

Please sign in to comment.