ENTRYPOINT vs CMD

Former-commit-id: 17191f43bc
This commit is contained in:
Leon 2017-03-23 17:31:56 +13:00
parent 791324fa19
commit 0db44c2c1b

View file

@ -13,5 +13,5 @@ RUN chmod +x /usr/local/bin/wp
COPY *.sh /
CMD /post_launch.sh
ENTRYPOINT /post_launch.sh