Spaces:
Runtime error
Runtime error
TahaRasouli
commited on
Commit
•
8295cf0
1
Parent(s):
a68a34d
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ ENV POSTGRES_PASSWORD=ai
|
|
8 |
ENV PGDATA=/var/lib/postgresql/data/pgdata
|
9 |
|
10 |
# Expose the PostgreSQL port
|
11 |
-
EXPOSE
|
12 |
|
13 |
# Use a volume for PostgreSQL data
|
14 |
VOLUME ["/var/lib/postgresql/data"]
|
|
|
8 |
ENV PGDATA=/var/lib/postgresql/data/pgdata
|
9 |
|
10 |
# Expose the PostgreSQL port
|
11 |
+
EXPOSE 7860
|
12 |
|
13 |
# Use a volume for PostgreSQL data
|
14 |
VOLUME ["/var/lib/postgresql/data"]
|