chore: remove useless blog_name arg in dockerfile

This commit is contained in:
Winston Smith 2023-11-23 00:03:06 +01:00
parent 8e15cfe0e2
commit ceafb9184f
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
FROM ruby:3.2.2
ARG BLOG_NAME
RUN useradd -ms /bin/bash --uid 1000 jekyll
RUN mkdir -p -m 0755 /app/jekyll
RUN mkdir -p -m 0755 /opt/jekyll