Update Dockerfile
Some checks failed
Run Tests on Code / test (push) Successful in 2m17s
Build and Release Docker Image / test (push) Successful in 2m50s
Build and Release Docker Image / build (push) Failing after 2m23s

This commit is contained in:
Neshura 2023-12-20 09:25:46 +00:00
parent 17276e1ef9
commit d7b99aba98

View file

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