Update Dockerfile
This commit is contained in:
parent
17276e1ef9
commit
d7b99aba98
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ COPY --from=deps /app/node_modules ./node_modules
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN touch private/portainer_api_secret.json
|
||||
RUN echo '{"token": ""}' > /app/private/portainer_api_secret.json
|
||||
RUN yarn build
|
||||
|
||||
## RUN STEP
|
||||
|
|
Loading…
Reference in a new issue