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