File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ LABEL org.opencontainers.image.vendor="Kamil Kisiela"
1717LABEL org.opencontainers.image.url="https://github.com/graphql-hive/platform"
1818LABEL org.opencontainers.image.source="https://github.com/graphql-hive/platform"
1919
20- ENV ENVIRONMENT production
21- ENV RELEASE $RELEASE
20+ ENV ENVIRONMENT= production
21+ ENV RELEASE= $RELEASE
2222RUN hive --version
2323
2424ENTRYPOINT ["hive" ]
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ WORKDIR /usr/src/app
77COPY --from=dist . /usr/src/app/
88COPY --from=shared . /
99
10- ENV ENVIRONMENT production
11- ENV NODE_ENV production
12- ENV RELEASE $RELEASE
10+ ENV ENVIRONMENT= production
11+ ENV NODE_ENV= production
12+ ENV RELEASE= $RELEASE
1313
1414LABEL org.opencontainers.image.licenses=MIT
1515LABEL org.opencontainers.image.title=$IMAGE_TITLE
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ LABEL org.opencontainers.image.vendor="Kamil Kisiela"
1717LABEL org.opencontainers.image.url="https://github.com/graphql-hive/platform"
1818LABEL org.opencontainers.image.source="https://github.com/graphql-hive/platform"
1919
20- ENV ENVIRONMENT production
21- ENV RELEASE $RELEASE
22- ENV PORT $PORT
20+ ENV ENVIRONMENT= production
21+ ENV RELEASE= $RELEASE
22+ ENV PORT= $PORT
2323
2424HEALTHCHECK --interval=5s \
2525 --timeout=5s \
You can’t perform that action at this time.
0 commit comments