Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit05fe09e

Browse files
authored
Update Dockerfile
1 parent1dde004 commit05fe09e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Dockerfile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ WORKDIR /srv/jekyll
1111

1212
RUN chown jekyll:jekyll -R . && bundle install
1313

14-
COPY . /srv/jekyll
14+
COPY . /srv/jekyll
1515

1616

1717

1818
RUN chmod 777 -R . && ls -aFl \
1919
&& sed -i's|^url:.*|url: "${{JEKYLL_URL}}"|' _config.yml \
20-
&& sed -i's|^baseurl:.*|baseurl: "${{MY_JEKYLL_BASEURL}}"|' _config.yml
20+
&& sed -i's|^baseurl:.*|baseurl: "${{MY_JEKYLL_BASEURL}}"|' _config.yml
2121

2222

2323
CMD chmod 777 -R . && jekyll serve --watch --incremental

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp