Browse Source

added missing ca-certificates to the Dockerfiles

dependabot/npm_and_yarn/web/prismjs-1.21.0
Max Schmitt 8 years ago
parent
commit
760e5a822e
  1. 1
      Dockerfile.amd64
  2. 1
      Dockerfile.arm

1
Dockerfile.amd64

@ -6,6 +6,7 @@ LABEL description="This Dockerfile will install the Golang URL Shortener."
EXPOSE 8080 EXPOSE 8080
COPY ca-certificates.crt /etc/ssl/certs/
COPY docker_releases/golang-url-shortener_linux_amd64/golang-url-shortener / COPY docker_releases/golang-url-shortener_linux_amd64/golang-url-shortener /
VOLUME ["/data"] VOLUME ["/data"]

1
Dockerfile.arm

@ -6,6 +6,7 @@ LABEL description="This Dockerfile will install the Golang URL Shortener."
EXPOSE 8080 EXPOSE 8080
COPY ca-certificates.crt /etc/ssl/certs/
COPY docker_releases/golang-url-shortener_linux_arm/golang-url-shortener / COPY docker_releases/golang-url-shortener_linux_arm/golang-url-shortener /
VOLUME ["/data"] VOLUME ["/data"]

Loading…
Cancel
Save