Skip to content

Commit

Permalink
remove ballista/ui from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
milenkovicm committed Oct 8, 2024
1 parent 34b7f86 commit b89bd46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dev/docker/ballista-scheduler.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN apt-get update && apt-get install -y nginx netcat

COPY target/$RELEASE_FLAG/ballista-scheduler /root/ballista-scheduler

COPY ballista/scheduler/ui/build /var/www/html
COPY dev/docker/nginx.conf /etc/nginx/sites-enabled/default

# Expose Ballista Scheduler web UI port
Expand Down
1 change: 0 additions & 1 deletion dev/docker/ballista-standalone.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ RUN mkdir -p /data && \
ENV DATAFUSION_CATALOG_LOCATION=/data
ENV DATAFUSION_CATALOG_TYPE=csv

COPY ballista/scheduler/ui/build /var/www/html
COPY dev/docker/nginx.conf /etc/nginx/sites-enabled/default

# Expose Ballista Scheduler web UI port
Expand Down

0 comments on commit b89bd46

Please sign in to comment.