improved documentation

This commit is contained in:
2024-06-10 22:14:24 +00:00
parent 9e595baf4b
commit 303cc83c54
8 changed files with 172 additions and 21 deletions

View File

@@ -13,8 +13,5 @@ RUN npm install
# Copy the rest of project files into this image
COPY . .
# Expose application port
EXPOSE 3001
# Start the application
CMD npm start