Skip to content

Commit

Permalink
remove entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
staffbase-robert committed Jun 4, 2023
1 parent 07ec45d commit f2fe3f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ RUN CGO_ENABLED=0 go build -o spark-submit-server .
FROM apache/spark:3.4.0
WORKDIR /spark/home
COPY --from=builder /build/spark-submit-server .
USER spark
USER 185
ENTRYPOINT []
CMD [ "./spark-submit-server" ]

0 comments on commit f2fe3f8

Please sign in to comment.