Skip to content

Commit

Permalink
use my branch as source
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahlukus committed Oct 14, 2024
1 parent 7762652 commit 5a52164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.7-alpine
LABEL org.opencontainers.image.source "https://github.com/rails-lambda/lamby-cookiecutter"
LABEL org.opencontainers.image.source "https://github.com/rails-lambda/lamby-cookiecutter/tree/jlp-docker"
LABEL org.opencontainers.image.description "Small Docker image with python cookiecutter installed."
RUN apk add bash git \
&& pip install cookiecutter
WORKDIR /var/task
ENTRYPOINT [ "cookiecutter" ]
ENTRYPOINT [ "cookiecutter" ]

0 comments on commit 5a52164

Please sign in to comment.