Skip to content

Commit

Permalink
Fixing image
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Jan 26, 2024
1 parent 9011872 commit e900b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.sparglim-server
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM wh1isper/spark-connector-server:3.4.1
COPY --from=builder --chown=executor:executor /source/dist/*.whl /tmp/
RUN for f in $(echo /tmp/*.whl); do pip install --no-cache-dir $f; done

# ENTRYPOINT [ "tini" ,"--"]
# CMD [ "sparglim-server", "start" ]
ENTRYPOINT [ "tini" ,"--"]
CMD [ "sparglim-server", "start" ]

# docker buildx build --platform linux/amd64,linux/arm64/v8 -t wh1isper/sparglim-server:latest -f docker/Dockerfile.sparglim-server --push .

0 comments on commit e900b0c

Please sign in to comment.