Update Dockerfile
Some checks failed
Build and Release Docker Image / test (push) Successful in 1m32s
Run Tests on Code / test (push) Successful in 2m22s
Build and Release Docker Image / build (push) Failing after 2m16s

This commit is contained in:
Neshura 2023-12-20 09:31:54 +00:00
parent 1b20eb03c3
commit 6d3610d1ba

View file

@ -21,7 +21,6 @@ COPY --from=deps /app/node_modules ./node_modules
COPY . . COPY . .
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