Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F401831
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Feb 20, 1:26 PM
Size
582 B
Mime Type
text/plain
Expires
Sat, Feb 22, 1:26 PM (18 h, 49 m)
Engine
blob
Format
Raw Data
Handle
190873
Attached To
rDOCKERWEBDNS webdns_docker
Dockerfile
View Options
FROM debian:jessie
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update -q 2 && apt-get install -y --no-install-recommends git \
bundler \
ruby-dev \
libgmp-dev \
build-essential \
nodejs \
mysql-client
RUN git clone https://repo.grnet.gr/source/webdns.git /srv/webdns
RUN apt-get install -y --no-install-recommends capistrano unicorn rails ruby-mysql2 ruby-jquery-rails
WORKDIR /srv/webdns
RUN bundle install
EXPOSE 8080
COPY seeds_policies.rb /
COPY seeds_users.rb /
COPY entrypoint.sh /
RUN chmod u+x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
Event Timeline
Log In to Comment