Sign inSign up

annany/red-string-assignment

By annany

•Updated almost 2 years ago

Image
0

116

annany/red-string-assignment repository overview

⁠Docker File for Red String Assignment

⁠Description:

This repository contains the Docker image for the red-string-assignment project.

Usage:

  1. Pull the image:

    docker pull annany/red-string-assignment:1.0
    
  2. Run the container:

    docker run -p <your-port>:8080 annany/red-string-assignment:1.0
    

    Replace <your-port> with the desired port on your host machine.

  3. Access the application: Open a web browser and navigate to http://localhost:<your-port>.

Environment Variables:

  • APP_PORT: The port on which the application will listen (default: 8080)
  • DATABASE_URL: The URL of the database to connect to

Additional Notes:

  • Ensure you have Docker installed and running on your system.
  • You may need to adjust the environment variables based on your specific database configuration.
  • For more details about the project, refer to the project's repository on GitHub.

License:

MIT License⁠

Tag summary

Content type

Image

Digest

sha256:b3524dde2…

Size

5.1 GB

Last updated

almost 2 years ago

docker pull annany/red-string-assignment:1.0