Skip to content

Commit

Permalink
/usr/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 11, 2024
1 parent 5d357b7 commit 75de1c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ COPY superset-frontend/package.json superset-frontend/
COPY requirements/base.txt requirements/
COPY scripts/check-env.py scripts/
COPY ./docker/*.sh /app/docker/
COPY --chmod=755 ./docker/run-server.sh /usr/bin/

# Install Python dependencies using docker/pip-install.sh
RUN --mount=type=bind,source=./docker,target=/docker \
Expand Down

0 comments on commit 75de1c7

Please sign in to comment.