fix(Docker): Removing Volume statement

This commit is contained in:
Chris Troutner
2024-04-26 14:39:18 -07:00
parent 60a3d67c0b
commit b27136d03b
-2
View File
@@ -66,8 +66,6 @@ RUN npm install
# Generate the API docs # Generate the API docs
RUN npm run docs RUN npm run docs
VOLUME /home/safeuser/keys
# Expose the port the API will be served on. # Expose the port the API will be served on.
EXPOSE 5010 EXPOSE 5010