Spaces:
Running
Running
lanzhiwang
commited on
Commit
•
a0c4a57
1
Parent(s):
d9624d5
nginx
Browse files- Dockerfile +3 -0
Dockerfile
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
FROM nginx:1.25.3
|
2 |
+
|
3 |
+
COPY . /usr/share/nginx/html
|