diff --git a/Dockerfile b/Dockerfile index ddb9041..7121a64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,3 +20,4 @@ WORKDIR /app # Start the Node.js application CMD [ "node", "app.js" ] +