Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ COPY ./docs ./docs
RUN pnpm docs:build


FROM nginx:stable-alpine@sha256:0272e4604ed93c1792f03695a033a6e8546840f86e0de20a884bb17d2c924883 AS production-cloud
FROM nginx:stable-alpine@sha256:c819f83c54b0361f5557601bf5eb4943d09360e7a7fdf426afc466570f45874d AS production-cloud

LABEL maintainer="Discord Analytics"
LABEL org.opencontainers.image.title="Discord Analytics Website"
Expand All @@ -62,7 +62,7 @@ EXPOSE 80

CMD ["nginx", "-g", "daemon off;"]

FROM nginx:stable-alpine@sha256:0272e4604ed93c1792f03695a033a6e8546840f86e0de20a884bb17d2c924883 AS production-sh
FROM nginx:stable-alpine@sha256:c819f83c54b0361f5557601bf5eb4943d09360e7a7fdf426afc466570f45874d AS production-sh

LABEL maintainer="Discord Analytics"
LABEL org.opencontainers.image.title="Discord Analytics Website"
Expand Down