Merge pull request #151 from Permissionless-Software-Foundation/ct-unstable

fix(Docker): Removing Volume statement
This commit is contained in:
Chris Troutner
2024-04-26 14:40:41 -07:00
committed by GitHub
-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