From 9d1f364f05d6d82d90dd058336751292261d74ae Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 10 Apr 2022 16:20:16 +0200 Subject: [PATCH] Removed commented out code from docker entrypoint --- entrypoint.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 986df35..40fb389 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,18 +1,5 @@ #!/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 $@