# How to Run the OstreaCultura Server Image This is a guide on how to run the OstreaCultura server image. The server image is a Docker image that contains the OstreaCultura server code and all the necessary dependencies to run the server. ## Prerequisites - Docker installed on your machine - Access to Internet - Port 8080 is not being used by another process - Bash shell ### Step 1: Pull the Docker Image ```bash docker pull public.ecr.aws/a8o9b6o4/ostreacultura/api:latest ``` ### Step 2: Run the Docker Image ```bash docker run -p 8080:8080 -it public.ecr.aws/a8o9b6o4/ostreacultura/api:latest ``` ### Step 3: Run the Server ```bash cd OstreaCultura && julia --project=. server.jl ``` ### Step 4: Access the Server Open your browser and navigate to `http://localhost:8080/docs` to access the documentation for the server.