Spaces:
Sleeping
Sleeping
Nicky Nicolson
commited on
Commit
·
09fa5ac
1
Parent(s):
40a4c21
add echo
Browse files- Dockerfile +3 -7
Dockerfile
CHANGED
|
@@ -7,17 +7,13 @@ RUN gem sources --add https://repository.gbif.org/repository/rubygems.org/ && \
|
|
| 7 |
|
| 8 |
RUN bundle config set mirror.https://rubygems.org https://repository.gbif.org/repository/rubygems.org
|
| 9 |
|
| 10 |
-
# GBIF dockerfile
|
| 11 |
-
ENV JEKYLL_UID=0 \
|
| 12 |
-
JEKYLL_GID=0 \
|
| 13 |
-
JEKYLL_ROOTLESS=1 \
|
| 14 |
-
TZ=UTC
|
| 15 |
-
|
| 16 |
WORKDIR /usr/src/app
|
| 17 |
COPY Gemfile ./
|
| 18 |
# RUN bundle config set frozen true
|
| 19 |
-
USER jekyll
|
| 20 |
RUN bundle install
|
|
|
|
|
|
|
|
|
|
| 21 |
# COPY . .
|
| 22 |
RUN bundle exec jekyll build
|
| 23 |
|
|
|
|
| 7 |
|
| 8 |
RUN bundle config set mirror.https://rubygems.org https://repository.gbif.org/repository/rubygems.org
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
WORKDIR /usr/src/app
|
| 11 |
COPY Gemfile ./
|
| 12 |
# RUN bundle config set frozen true
|
|
|
|
| 13 |
RUN bundle install
|
| 14 |
+
|
| 15 |
+
RUN echo here
|
| 16 |
+
|
| 17 |
# COPY . .
|
| 18 |
RUN bundle exec jekyll build
|
| 19 |
|