Update Dockerfile

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 . .
RUN mkdir /app/private
RUN echo '{"token": ""}' > /app/private/portainer_api_secret.json
RUN yarn build