Update Dockerfile
This commit is contained in:
parent
6d3610d1ba
commit
89070cee71
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue