This commit is contained in:
parent
becd8fde90
commit
7b1984e282
14
Dockerfile
14
Dockerfile
@ -1 +1,13 @@
|
|||||||
FROM nginx:alpine
|
# Use the official Nginx image from the Docker Hub
|
||||||
|
FROM nginx:alpine
|
||||||
|
|
||||||
|
# Label the image with metadata
|
||||||
|
LABEL maintainer="Sthope <hopelessautomations@gmail.com.com>"
|
||||||
|
LABEL description="This is a super basic custom Nginx Docker image for serving websites"
|
||||||
|
LABEL version="1.0"
|
||||||
|
|
||||||
|
# Expose port 80 to the host
|
||||||
|
EXPOSE 80
|
||||||
|
|
||||||
|
# Run Nginx in the foreground
|
||||||
|
CMD ["nginx", "-g", "daemon off;"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user