diff --git a/Dockerfile b/Dockerfile index 0948e6d..3b2f6c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ COPY . . COPY entrypoint.sh / +RUN npm ci + # Command to run when the Docker container starts # It assumes the entrypoint is a script that handles the inputs and runs the desired commands ENTRYPOINT ["sh", "/entrypoint.sh"]