chore(backend): name entrypoint container

This commit is contained in:
Alex Kaminskii 2022-05-07 22:59:23 +02:00
parent a99f684b83
commit e4d45e88f9

View file

@ -18,7 +18,7 @@ COPY cmd cmd
ARG SERVICE_NAME
RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -o service -tags musl openreplay/backend/cmd/$SERVICE_NAME
FROM alpine
FROM alpine AS entrypoint
RUN apk add --no-cache ca-certificates
ENV TZ=UTC \