Skip to content

AEtherC0r3/website-dockerfile

Repository files navigation

Dockerfile for deploying techministry's website and MinisterIN service

Requirements

How to build and run the containers

  • Navigate to the place where you cloned the repo

Website

  • Build the image docker build -f Website-Dockerfile -t website . (you may have to add sudo in front of the command)
  • Run the container docker run --name website --restart=always -p 2121:80 -p 1883:1883 -t -d website (remove -d if you don't want to run the container at the background)

MinisterIN

  • Build the image docker build -f MinisterIN-Dockerfile -t ministerin . (you may have to add sudo in front of the command)
  • Run the container docker run --name ministerin --restart=always -p 7777:7777 -t -d ministerin (remove -d if you don't want to run the container at the background)

About

A dockerfile for deploying techministry's website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%