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

This commit is contained in:
Neshura 2023-12-20 09:36:57 +00:00
parent 6d3610d1ba
commit 89070cee71

View file

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