mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
Dockerfile: Remove ENTRYPOINT
It's pointless to set `/bin/sh` as entrypoint. `/bin/sh` is already the default command, and on the top of that, setting `/bin/sh` as entrypoint ignores the command.
This commit is contained in:
committed by
Albert Nigmatzianov
parent
af72db806f
commit
c7646551be
@@ -13,5 +13,3 @@ COPY . $GOPATH/src/github.com/spf13/hugo
|
||||
|
||||
RUN cd $GOPATH/src/github.com/spf13/hugo \
|
||||
&& make install test
|
||||
|
||||
ENTRYPOINT "/bin/sh"
|
||||
|
Reference in New Issue
Block a user