Removed commented out code from docker entrypoint

This commit is contained in:
Leonetienne 2022-04-10 16:20:16 +02:00
parent ce3541c831
commit 9d1f364f05

View File

@ -1,18 +1,5 @@
#!/bin/bash #!/bin/bash
# # CD into our application directory
# echo CD into our application directory
# cd /app
#
# # Use the correct node version
# echo Use the correct node version
# npm install -g n
# n install `cat .nvmrc`
#
# # Install all our packages
# echo Install all our packages
# npm install
# Start the server # Start the server
echo Start the server echo Start the server
exec $@ exec $@