This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM nginx:1.27-alpine
|
||||
|
||||
COPY ./index.html /usr/share/nginx/html/index.html
|
||||
COPY ./styles.css /usr/share/nginx/html/styles.css
|
||||
COPY ./app.js /usr/share/nginx/html/app.js
|
||||
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user