diff --git a/production/docker/Dockerfile b/production/docker/Dockerfile index c1cc87f..383a553 100644 --- a/production/docker/Dockerfile +++ b/production/docker/Dockerfile @@ -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"]