Skip to content

Commit

Permalink
fix Dockerfile for binaryfs
Browse files Browse the repository at this point in the history
  • Loading branch information
lhopki01 committed Sep 1, 2019
1 parent 06b8a64 commit 09400bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ FROM alpine:3.10
RUN mkdir /app

ADD kubernetes-job-ui /app
ADD templates /app/templates
ADD static /app/static

CMD ["/app/kubernetes-job-ui", "serve"]
CMD ["/app/kubernetes-job-ui"]

0 comments on commit 09400bd

Please sign in to comment.