mirror of
https://github.com/prometheus/docs.git
synced 2026-02-05 15:45:27 +01:00
Merge pull request #2631 from prometheus/superq/no_dockerfile
Remove Dockerfile
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,11 +0,0 @@
|
||||
FROM ruby:3.4
|
||||
EXPOSE 3000
|
||||
WORKDIR /usr/src/app
|
||||
COPY Gemfile /usr/src/app/
|
||||
COPY Gemfile.lock /usr/src/app/
|
||||
RUN gem update bundler
|
||||
RUN bundle install
|
||||
COPY . /usr/src/app
|
||||
RUN bundle exec nanoc --verbose
|
||||
CMD bundle exec nanoc view --host 0.0.0.0
|
||||
VOLUME output
|
||||
Reference in New Issue
Block a user