Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -12,8 +12,6 @@ LABEL WARP_VERSION=${WARP_VERSION}
|
|
| 12 |
LABEL GOST_VERSION=${GOST_VERSION}
|
| 13 |
LABEL COMMIT_SHA=${COMMIT_SHA}
|
| 14 |
|
| 15 |
-
COPY entrypoint.sh /entrypoint.sh
|
| 16 |
-
COPY ./healthcheck /healthcheck
|
| 17 |
|
| 18 |
RUN set -ex && \
|
| 19 |
echo "Building for TARGETPLATFORM: ${TARGETPLATFORM}" && \
|
|
|
|
| 12 |
LABEL GOST_VERSION=${GOST_VERSION}
|
| 13 |
LABEL COMMIT_SHA=${COMMIT_SHA}
|
| 14 |
|
|
|
|
|
|
|
| 15 |
|
| 16 |
RUN set -ex && \
|
| 17 |
echo "Building for TARGETPLATFORM: ${TARGETPLATFORM}" && \
|