You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For launch of our project we use Docker containers.
Download latest version of Docker:
https://www.docker.com/products/docker-desktop
To build the docker image run (in the project directory)
following command:
docker build -t adventureprogear .
To run created docker image run following command:
docker run -p 8080:8080 adventureprogear:latest
Method 2:
Pull shared docker image from dockerHub
docker image pull adventureprogear:latest
To run pulled docker image run following command:
docker run -p 8080:8080 adventureprogear:latest
About
TeamChallenge Web-Project. Developed by team of passionate developers, high-performance RESTful system, which provides serving for travel accessories online store with registration, pagination, filtration features.