mirror of
https://github.com/aleleba/aleleba-vscode-dockerfile-configuration.git
synced 2025-01-09 05:06:46 -06:00
Trying to fix entrypoint.sh Updating to version 1.0.2
This commit is contained in:
parent
9c4f9247f8
commit
711b77fa2c
@ -33,4 +33,4 @@ RUN sudo sysctl -w fs.inotify.max_user_watches=524288
|
|||||||
ADD ./entrypoint.sh /usr/bin/entrypoint.sh
|
ADD ./entrypoint.sh /usr/bin/entrypoint.sh
|
||||||
RUN sudo chmod +x /usr/bin/entrypoint.sh
|
RUN sudo chmod +x /usr/bin/entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/entrypoint.sh"]
|
ENTRYPOINT ["bash", "/usr/bin/entrypoint.sh"]
|
@ -1 +1 @@
|
|||||||
1.0.1
|
1.0.2
|
Loading…
Reference in New Issue
Block a user