Dockerified

This commit is contained in:
Leon Etienne
2022-04-10 04:47:17 +02:00
parent e126788933
commit cd2daf4086
4 changed files with 42 additions and 1 deletions

19
entrypoint.sh Executable file
View File

@@ -0,0 +1,19 @@
#!/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
echo Start the server
exec $@