Remove old command from entrypoint

This commit is contained in:
zontreck 2024-05-25 06:03:54 -07:00
parent b9c1e1f53a
commit b8ca241ab5

View file

@ -3,9 +3,6 @@
cd /home/container
# Print Dart version
dart --version
# Replace startup variables
MODIFIED_STARTUP=$(echo -e ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')
echo ":/home/container$ ${MODIFIED_STARTUP}"