mirror of
https://github.com/donavon04/licensetrackerbackend.git
synced 2025-01-18 08:40:57 -07:00
Updated Dockerfile
This commit is contained in:
parent
632ab6fd6c
commit
47cc1fdfec
@ -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" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user