diff --git a/Config/Hyperling.com/Dockerfile b/Config/Hyperling.com/Dockerfile index 29daecd..5e25ec9 100644 --- a/Config/Hyperling.com/Dockerfile +++ b/Config/Hyperling.com/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y git php-cli sudo curl # Cache Node Dependencies RUN mkdir -p /var/www/api WORKDIR /var/www/api -RUN echo '{ "dependencies": { "express": "" } }' > package.json +RUN echo '{ "dependencies": { "express": ">=4.18.1 < 5.0.0" } }' > package.json RUN npm install # Install + Run Website