Sha256: 2b4c854bdc572aea1fb1010366a6ab17ecae402b1241a7dc62fb20518ce9f554

Contents?: true

Size: 464 Bytes

Versions: 19

Compression:

Stored size: 464 Bytes

Contents

FROM nginx

RUN apt-get update -qq && apt-get -y install apache2-utils

ENV RAILS_ROOT /usr/src/app

WORKDIR $RAILS_ROOT

RUN mkdir log

COPY public public/

# Copy Nginx config template
COPY docker/web/app.conf /tmp/docker_example.nginx

# substitute variable references in the Nginx config template for real values from the environment

# put the final config in its place

RUN envsubst '$RAILS_ROOT' < /tmp/docker_example.nginx > /etc/nginx/conf.d/default.conf

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
roro-0.3.2 lib/roro/cli/templates/docker/web/Dockerfile
roro-0.3.1 lib/roro/cli/templates/docker/web/Dockerfile
roro-0.3.0 lib/roro/cli/templates/docker/web/Dockerfile
roro-0.2.5 lib/roro/cli/templates/docker/web/Dockerfile
roro-0.2.4 lib/roro/cli/templates/docker/web/Dockerfile
roro-0.2.2 lib/roro/cli/templates/docker/web/Dockerfile
roro-0.2.1 lib/roro/cli/templates/docker/web/Dockerfile
roro-0.1.8 lib/roro/cli/templates/docker/web/Dockerfile
roro-0.1.6 lib/roro/cli/templates/docker/web/Dockerfile
roro-0.1.5 lib/roro/cli/templates/docker/web/Dockerfile
roro-0.1.3 lib/roro/cli/templates/docker/web/Dockerfile
roro-0.1.1 lib/roro/cli/templates/docker/web/Dockerfile
handsome_fencer-circle_c_i-0.1.44 lib/handsome_fencer/circle_c_i/templates/docker/web/Dockerfile
handsome_fencer-circle_c_i-0.1.43 lib/handsome_fencer/circle_c_i/templates/docker/web/Dockerfile
handsome_fencer-circle_c_i-0.1.42 lib/handsome_fencer/circle_c_i/templates/docker/web/Dockerfile
handsome_fencer-circle_c_i-0.1.41 lib/handsome_fencer/circle_c_i/templates/docker/web/Dockerfile
handsome_fencer-circle_c_i-0.1.40 lib/handsome_fencer/circle_c_i/templates/docker/web/Dockerfile
handsome_fencer-circle_c_i-0.1.39 lib/handsome_fencer/circle_c_i/templates/docker/web/Dockerfile
handsome_fencer-circle_c_i-0.1.38 lib/handsome_fencer/circle_c_i/templates/docker/web/Dockerfile