Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
UrloMythus authored Nov 4, 2024
1 parent 7e3b2d6 commit 28084ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ LABEL COMMIT_SHA=${COMMIT_SHA}

COPY entrypoint.sh /entrypoint.sh
COPY ./healthcheck /healthcheck

RUN echo "Building for TARGETPLATFORM: ${TARGETPLATFORM}"
ARG TARGETPLATFORM="linux/amd64"
# install dependencies
RUN case ${TARGETPLATFORM} in \
"linux/amd64") export ARCH="amd64" ;; \
Expand Down Expand Up @@ -72,4 +73,4 @@ ENV BETA_FIX_HOST_CONNECTIVITY=
HEALTHCHECK --interval=15s --timeout=5s --start-period=10s --retries=3 \
CMD /healthcheck/index.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 28084ef

Please sign in to comment.