diff --git a/Dockerfile b/Dockerfile index 6076352..9ce5e44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file