Updated Dockerfile

This commit is contained in:
Donny 2024-08-30 08:51:43 -06:00
parent 632ab6fd6c
commit 47cc1fdfec

View File

@ -16,7 +16,7 @@ COPY . ./
# Expose port 3000 for the Node.js application # Expose port 3000 for the Node.js application
EXPOSE 3000 EXPOSE 3000
WORKDIR /app/src WORKDIR /app
# Start the Node.js application # Start the Node.js application
CMD [ "node", "app.js" ] CMD [ "node", "app.js" ]