This is a simple static website that has been configured to run on Back4app Containers. It serves a welcome page when accessed via a web browser.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- You should have Docker installed on your local machine.
- Clone this repository:
git clone https://github.com/templates-back4app/containers-website.git
cd containers-website
To build a Docker image of the application, run the following command:
docker build -t containers-website .
To run the Docker container, use the following command:
docker run -p 80:80 containers-website
Now, the app is running at http://localhost
The project can be deployed on Back4app Containers. Refer to the Back4app Documentation for more information.
- Back4app - Initial work - Back4app
See also the list of contributors who participated in this project.
This project is licensed under the MIT License