chore: remove useless blog_name arg in dockerfile
This commit is contained in:
parent
8e15cfe0e2
commit
ceafb9184f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user