Compare commits

..

No commits in common. "master" and "v0.0.3" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -14,8 +14,4 @@ RUN go build -o bin/tgbuser \
FROM alpine AS runner FROM alpine AS runner
COPY --from=builder /app/bin/tgbuser /usr/bin/ COPY --from=builder /app/bin/tgbuser /usr/bin/
WORKDIR /app WORKDIR /app
RUN apk --no-cache add --no-check-certificate ca-certificates \
&& update-ca-certificates
RUN apk add --no-cache tzdata
ENTRYPOINT /usr/bin/tgbuser ENTRYPOINT /usr/bin/tgbuser

View File

@ -20,7 +20,7 @@ spec:
image: $IMAGE image: $IMAGE
env: env:
- name: ENV - name: ENV
value: "$ENV" value: "$ENVIRONMENT"
- name: NATS_SERVICE_URL - name: NATS_SERVICE_URL
value: "$NATS_SERVICE_URL" value: "$NATS_SERVICE_URL"
- name: DATA_SOURCE_URL - name: DATA_SOURCE_URL