Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-short authored Jul 4, 2023
1 parent 4fec56a commit 2f5d28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/chris-short/chkcerts
LABEL org.opencontainers.image.description="certcheck: A Go program to display certificate chains simply and quickly with an easy to remember syntax"
LABEL org.opencontainers.image.licenses="Apache-2.0 license"

WORKDIR /certcheck
WORKDIR /chkcerts

# Copy the source code into the container
COPY . .
Expand Down

0 comments on commit 2f5d28d

Please # to comment.