Initial commit: konn3kt docs
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# Copy the static documentation files into the Nginx default html directory
|
||||
COPY . /usr/share/nginx/html
|
||||
|
||||
# Expose port 80 inside the container
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user