Remove old command from entrypoint
This commit is contained in:
parent
b9c1e1f53a
commit
b8ca241ab5
1 changed files with 0 additions and 3 deletions
|
@ -3,9 +3,6 @@
|
||||||
|
|
||||||
cd /home/container
|
cd /home/container
|
||||||
|
|
||||||
# Print Dart version
|
|
||||||
dart --version
|
|
||||||
|
|
||||||
# Replace startup variables
|
# Replace startup variables
|
||||||
MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')
|
MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')
|
||||||
echo ":/home/container$ ${MODIFIED_STARTUP}"
|
echo ":/home/container$ ${MODIFIED_STARTUP}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue