Skip to content

Inspire, Innovate, and Integrate

Notifications You must be signed in to change notification settings

owu-uy-community/codepop-2025

Repository files navigation

Code Pop logo

CODE Pop 2025

The official website for the CODE Pop 2025.

Dockerize

1 Create the container manually

Navigate to the root project folder and execute the following commands:

  1. Create the images:
docker build -t code-pop-img .
  1. Run a container:
docker -d \
 -it \
 -p 5173:5173 \
 --rm \
 --name \
 code-pop \
 code-pop-img

2 Using docker-compose

To run the container automatically, navigate to the root project and execute the following command:

docker-compose up -d

Run the application

Open a browser and navigate to

http://localhost:5173

About

Inspire, Innovate, and Integrate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published