test
This commit is contained in:
parent
ceddcb73ce
commit
6d3248fd0f
@ -17,5 +17,5 @@ COPY . .
|
||||
# Your app binds to port 80 so you'll use the EXPOSE instruction to have it mapped by the docker daemon
|
||||
EXPOSE 80
|
||||
|
||||
# Define the command to run your app using CMD which defines your runtime
|
||||
# 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"]
|
Loading…
Reference in New Issue
Block a user