Skip to content

This sample is just a DevOps challenge to come up with a Dockerized version of the Frontend/Backend of Movies-app.

License

Notifications You must be signed in to change notification settings

mehrdadmm/movies-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies-app

This sample is about your DevOps challenge2.

It Contains:

- One Dockerfile for frontend which name is Dockerfile.frontend

- One Dockerfile for backend which name is Dockerfile.backend

- One Docker compose file which name is docker-compose.yml

How to use:

- Clone the mentioned github repository first.

- For creating frontend docker image use below command:

	docker build -t frontend:latest -f Dockerfile.frontend .

- For creating backend docker image use below command:

	docker build -t frontend:latest -f Dockerfile.backend .

- For running compose file use below command:

	docker-compose up -d

About

This sample is just a DevOps challenge to come up with a Dockerized version of the Frontend/Backend of Movies-app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published