Skip to content

Commit

Permalink
Fix container image
Browse files Browse the repository at this point in the history
- Do not open browser
- Listen on all addresses
  • Loading branch information
geichelberger committed May 31, 2024
1 parent 6dfe2dc commit b41c62a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ WORKDIR /admin-interface
RUN npm ci

ENV CI true
CMD [ "npm", "start" ]
ENV BROWSER none
CMD [ "npm", "start", "--", "--host", "0.0.0.0"]

0 comments on commit b41c62a

Please sign in to comment.