Update Dockerfile
Some checks failed
Run Tests on Code / test (push) Has been cancelled

This commit is contained in:
Neshura 2023-12-20 09:31:27 +00:00
parent d7b99aba98
commit 1b20eb03c3

View file

@ -21,7 +21,7 @@ COPY --from=deps /app/node_modules ./node_modules
COPY . . 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 echo '{"token": ""}' > /app/private/portainer_api_secret.json
RUN yarn build RUN yarn build