This commit is contained in:
parent
d7b99aba98
commit
1b20eb03c3
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ COPY --from=deps /app/node_modules ./node_modules
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN touch private/portainer_api_secret.json
|
||||
RUN touch /app/private/portainer_api_secret.json
|
||||
RUN echo '{"token": ""}' > /app/private/portainer_api_secret.json
|
||||
RUN yarn build
|
||||
|
||||
|
|
Loading…
Reference in a new issue