Skip to content

Commit

Permalink
fixup! whalebrew-ify
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed May 7, 2022
1 parent 914a214 commit 378e5ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ ARG LABEL_BUILD_DATE="1970-01-01T00:00:00Z"
LABEL build-date=${LABEL_BUILD_DATE}

LABEL io.whalebrew.name jesse
LABEL io.whalebrew.config.keep_container_user 'true'

COPY . /jesse
RUN cd /jesse && ./Dockerfile.build.sh
RUN cd /jesse && make

ENTRYPOINT /jesse/bin/jesse
ENTRYPOINT ["/jesse/bin/jesse"]

0 comments on commit 378e5ec

Please sign in to comment.