diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-10 23:38:23 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2020-01-10 23:38:23 +0100 |
| commit | db390ca5ac2d3b3a9bcefca03f0b20834f4cacf9 (patch) | |
| tree | 3a3c95a6b9ff30f1891790874b5bff87938906f9 /.env-files/Dockerfile.gitlab | |
| parent | b3079927197d733856f44409a80110a38cdfec33 (diff) | |
| download | wiki-db390ca5ac2d3b3a9bcefca03f0b20834f4cacf9.tar.gz wiki-db390ca5ac2d3b3a9bcefca03f0b20834f4cacf9.tar.bz2 wiki-db390ca5ac2d3b3a9bcefca03f0b20834f4cacf9.zip | |
upgraded docker & gemfile
Diffstat (limited to '.env-files/Dockerfile.gitlab')
| -rw-r--r-- | .env-files/Dockerfile.gitlab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.env-files/Dockerfile.gitlab b/.env-files/Dockerfile.gitlab new file mode 100644 index 0000000..5e120bc --- /dev/null +++ b/.env-files/Dockerfile.gitlab @@ -0,0 +1,11 @@ +FROM ruby:2.7.0 + +ENV LC_ALL=C.UTF-8=value + +ADD . /srv/jekyll + +WORKDIR /srv/jekyll + +RUN bundle install --gemfile=.env-files/Gemfile.gitlab + +EXPOSE 4000
\ No newline at end of file |
