Split CMD and ENTRYPOINT

This commit is contained in:
Gethec
2022-06-23 09:58:18 -05:00
parent 858a33bf44
commit e9b129158b

View File

@@ -18,4 +18,5 @@ RUN apt-get update && apt-get install -y \
USER ${USER} USER ${USER}
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"] ENTRYPOINT ["/bin/bash"]
CMD ["/entrypoint.sh"]