This commit is contained in:
Robin Grenzdörfer 2023-12-05 17:15:05 +00:00
parent 6d3248fd0f
commit 43abbfd49b

View File

@ -18,4 +18,4 @@ COPY . .
EXPOSE 80
# Define the command to run your app using CMD which defines your runtime
CMD ["yarn", "run", "--", "live-server", "--no-browser", "--port=80", "--ignore='*'", "--entry-file=spa.html", "--no-css-inject", "--proxy=/api:http://tibi-server:8080/api/v1/_/einfo_test", "frontend"]
CMD []