diff --git a/Dockerfile b/Dockerfile index 829c869..84086f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,8 @@ COPY --from=deps /app/node_modules ./node_modules COPY . . +RUN touch private/portainer_api_secret.json +RUN echo '{"token": ""}' > /app/private/portainer_api_secret.json RUN yarn build ## RUN STEP