diff --git a/hadolint/Dockerfile b/hadolint/Dockerfile new file mode 100644 index 0000000..f5d9d33 --- /dev/null +++ b/hadolint/Dockerfile @@ -0,0 +1,8 @@ +FROM ubuntu +MAINTAINER someone@example.com +RUN apt-get update && apt-get install -y python3 pip +COPY . /app +WORKDIR /app +RUN chmod 777 /app +CMD ["python3", "app.py"] +

AltStyle によって変換されたページ (->オリジナル) /