Compare commits
1 Commits
v1.2.42076
...
v1.2.42077
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f64936e0f3 |
@@ -28,8 +28,8 @@ ARG CONFIG_FILE_PATH
|
|||||||
|
|
||||||
RUN apk add --no-cache ca-certificates tzdata
|
RUN apk add --no-cache ca-certificates tzdata
|
||||||
|
|
||||||
COPY --from=certs /YandexInternalRootCA.crt /root/.redis/YandexInternalRootCA.crt
|
COPY --from=certs /YandexInternalRootCA.crt /etc/.redis/YandexInternalRootCA.crt
|
||||||
COPY --from=certs /YandexInternalRootCA.crt /root/.postgres/YandexInternalRootCA.crt
|
COPY --from=certs /YandexInternalRootCA.crt /etc/.postgres/YandexInternalRootCA.crt
|
||||||
COPY ${CONFIG_FILE_PATH} /config.yaml
|
COPY ${CONFIG_FILE_PATH} /config.yaml
|
||||||
|
|
||||||
COPY --from=builder /app/main /main
|
COPY --from=builder /app/main /main
|
||||||
|
|||||||
Reference in New Issue
Block a user