Skip to content

diegorigo90/click-speed-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

click-speed-backend

Open in Gitpod

How to run

Launch the docker compose in this example the image pull is: https://hub.docker.com/r/nicholasmantovani23/speed-click

docker compose up

Open http://localhost:8085 with your browser to see the application.

How to build

Build the image

docker build -t speed-click:latest .

Tag the image correctly

docker tag speed-click:latest <username>/speed-click:latest

Push the image

Login with your docker credentials

docker login -u <username>

Create a repository https://hub.docker.com/repositories/

Push the image to the repository

docker push <username>/<image>:<tag>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •