Skip to content

templates-back4app/containers-static-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Back4app Containers - Static Website

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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • You should have Docker installed on your local machine.

Installing

  1. Clone this repository:
git clone https://github.com/templates-back4app/containers-website.git
cd containers-website

Building a Docker Image

To build a Docker image of the application, run the following command:

docker build -t containers-website .

Running the Docker Container

To run the Docker container, use the following command:

docker run -p 80:80 containers-website

Now, the app is running at http://localhost

Deployment

The project can be deployed on Back4app Containers. Refer to the Back4app Documentation for more information.

Built With

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published