mirror of
https://github.com/Permissionless-Software-Foundation/x402-base-facilitator.git
synced 2026-09-21 16:52:01 -07:00
Merge pull request #151 from Permissionless-Software-Foundation/ct-unstable
fix(Docker): Removing Volume statement
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user