move start.sh to root
This commit is contained in:
@@ -10,5 +10,7 @@ ENV HOME=/home/container
|
||||
WORKDIR /home/container
|
||||
|
||||
COPY ./entrypoint.sh /entrypoint.sh
|
||||
COPY ./start.sh /start.sh
|
||||
RUN chmod +x /start.sh
|
||||
|
||||
CMD ["/bin/ash", "/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user