Skip to content

DigitalProductschool/deploy-clickdummy

Repository files navigation

Codesandboy Clickdummy container workshop

Prerequisites

You need to have Docker installed locally.

Basic Commands

Build & Run Development Image: docker-compose -f docker-compose.yml up Build & Run Production Image: docker-compose -f docker-compose-prod.yml up

React

Everything you need to know about React scripts

Docker

Docker is a widely used container platform, you can use to abstract away your application from the underlying servers. In that way, developers can focus on building working software.

Some useful links to get started:

Docker Curriculum

Builder pattern vs. Multi-Stage Builds in Docker

Docker Compose documentation

NGINX

NGINX is a web server that can also be used as a reverse proxy, load balancer and HTTP cache

Useful video to get started:

Nginx Basics and Best practices

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published