Spaces:
Running
Running
feat update config
Browse files- Dockerfile +0 -4
- README.md +1 -2
- nginx.conf +0 -4
Dockerfile
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
FROM nginxinc/nginx-unprivileged:alpine3.20-perl
|
2 |
-
|
3 |
-
COPY . /usr/share/nginx/html
|
4 |
-
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -3,6 +3,5 @@ title: NeuralJam
|
|
3 |
emoji: 👾
|
4 |
colorFrom: indigo
|
5 |
colorTo: blue
|
6 |
-
sdk:
|
7 |
-
pinned: false
|
8 |
---
|
|
|
3 |
emoji: 👾
|
4 |
colorFrom: indigo
|
5 |
colorTo: blue
|
6 |
+
sdk: static
|
|
|
7 |
---
|
nginx.conf
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
server {
|
2 |
-
listen 7860;
|
3 |
-
root /usr/share/nginx/html;
|
4 |
-
}
|
|
|
|
|
|
|
|
|
|