diff --git a/Dockerfile b/Dockerfile index 1e3aa33..ddb9041 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY . ./ # Expose port 3000 for the Node.js application EXPOSE 3000 -WORKDIR /app/src +WORKDIR /app # Start the Node.js application CMD [ "node", "app.js" ]