Fixing bug in dockerfile

This commit is contained in:
Chris Troutner
2025-12-21 16:38:43 -07:00
parent 50a1a83a82
commit f28e2c6a1a
+1 -1
View File
@@ -58,7 +58,7 @@ RUN npm install minimal-slp-wallet
# Generate the API docs
RUN npm run docs
COPY .env-local .env
COPY .env-example .env
CMD ["npm", "start"]