Skip to content

Commit

Permalink
Link container repo to code repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kchristensen committed Mar 14, 2023
1 parent f286873 commit 15eb9ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM python:3.10-alpine
WORKDIR /tmp

LABEL org.opencontainers.image.source https://github.com/kchristensen/slappd

COPY . .
RUN adduser -S slappd && \
pip install --no-cache-dir --upgrade . && \
Expand Down

0 comments on commit 15eb9ef

Please sign in to comment.