coria / deploy-coria (public) (License: Unspecified) (since 2017-03-17) (hash sha1)
Deploy CORIA backend, frontend and related services in Docker containers.

/frontend/Dockerfile (69b3b7ca2a39dbec74570f2996c6b55938ce8c09) (313 bytes) (mode 100644) (type blob)

FROM ruby:2.1
RUN apt-get update && apt-get install -qq git && \
    rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
    apt-get autoremove -y && \
    apt-get clean
RUN git clone https://rocketgit.com/user/coria/coria-frontend /coria-frontend
WORKDIR /coria-frontend
RUN bundle install
CMD ["ruby", "run.rb"]


Mode Type Size Ref File
100644 blob 865 17a461fd6ebd678763a840b9b0e63378e5ce468d README.md
040000 tree - 7f04e5084e328c915a7358137e8efe73c9b98fb5 backend
100644 blob 219 02d3411da1846e713a466390d538a2f2bf6cffa5 docker-compose.yml
040000 tree - d71eb40a16f89200d47fcb4175680ab439556cc1 frontend
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/coria/deploy-coria

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/coria/deploy-coria

Clone this repository using git:
git clone git://git.rocketgit.com/user/coria/deploy-coria

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main