Skip to content

Commit

Permalink
Merge branch 'main' into resource-dereferencing
Browse files Browse the repository at this point in the history
  • Loading branch information
Toktar committed Jul 7, 2022
2 parents 18b6b7a + c147716 commit d04e0fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ FROM ubuntu:focal AS runner
LABEL org.opencontainers.image.description="Cheqd DID-Resolver runner"
LABEL org.opencontainers.image.source="https://github.com/cheqd/did-resolver"

# Install certificates
RUN apt update && apt -y --no-install-recommends install \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*

# Set user details
ARG UID=1000
Expand Down
3 changes: 1 addition & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ services:
- ${RESOLVER_PORT}
ports:
- "${RESOLVER_PORT}:${RESOLVER_PORT}"
- "443:443"
profiles:
- full

Expand All @@ -32,4 +31,4 @@ services:

configs:
config:
file: ../config.yaml
file: ../config.yaml

0 comments on commit d04e0fb

Please sign in to comment.