init
This commit is contained in:
5
.dev/nginx/Dockerfile
Normal file
5
.dev/nginx/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM nginx:1.23-alpine
|
||||
|
||||
RUN apk update && apk upgrade && apk add --no-cache openssl
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user