Skip to content

Commit

Permalink
[Docker] Fix VTadmin build (#14363)
Browse files Browse the repository at this point in the history
Signed-off-by: Prakhar Gurunani <prakhargurunani@gmail.com>
  • Loading branch information
vitess-bot[bot] committed Oct 26, 2023
1 parent 9672d7a commit 88fe2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/local/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ COPY examples/local /vt/local
# Copy the vtadmin web app to the correct location and npm install
COPY --chown=vitess:vitess web /web
RUN npm install /web/vtadmin
RUN /web/vtadmin/build.sh

RUN mkdir /vt/common
COPY examples/common /vt/common
Expand Down
2 changes: 1 addition & 1 deletion docker/local/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker run -p 14200:14200 -p 14201:14201 -p 15000:15000 -p 15001:15001 -p 15991:15991 -p 15999:15999 -p 16000:16000 --rm -it vitess/local
docker run -d -p 14200:14200 -p 14201:14201 -p 15000:15000 -p 15001:15001 -p 15991:15991 -p 15999:15999 -p 16000:16000 --rm -it vitess/local

0 comments on commit 88fe2d0

Please sign in to comment.