carlesalonso / ubuntu-dawm08

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile

This repository includes a Dockerfile that can be used to build a Docker image for running our application. The Dockerfile is based on the official ubuntu image, install nano in order to allow edit inside container and exposes ports 80 and 443.

To build the Docker image, run the following command in the root directory of the repository:

docker build -t <image-name> .

About


Languages

Language:Dockerfile 100.0%