1
mirror of https://gitlab.com/commento/commento.git synced 2026-06-17 09:55:27 -04:00

Dockerfile: install ca-certificates in the final image

Closes https://gitlab.com/commento/commento-ce/issues/65
This commit is contained in:
Adhityaa Chandrasekar
2018-08-08 13:10:18 +05:30
parent 6ed44db56b
commit 199e650147
+2
View File
@@ -54,6 +54,8 @@ COPY --from=frontend-build /commento-ce/frontend/build/prod/images/* /commento-c
COPY --from=templates-build /commento-ce/templates/build/prod/templates/ /commento-ce/templates/
COPY --from=db-build /commento-ce/db/build/prod/db/ /commento-ce/db/
RUN apk update && apk add ca-certificates --no-cache
EXPOSE 8080
WORKDIR /commento-ce/