Split CMD and ENTRYPOINT
This commit is contained in:
@@ -18,4 +18,5 @@ RUN apt-get update && apt-get install -y \
|
||||
USER ${USER}
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
CMD ["/entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user