Add recipe mockup
This commit is contained in:
8
stacks/recipe/Dockerfile
Normal file
8
stacks/recipe/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
# Use the lightweight Nginx image
|
||||
FROM nginx:alpine
|
||||
|
||||
# Copy everything from your repository into the Nginx serving directory
|
||||
COPY ./ /usr/share/nginx/html
|
||||
|
||||
# Tell Docker this container listens on port 80
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user