change exposed port

This commit is contained in:
David Rodenkirchen
2024-05-27 19:41:56 +02:00
parent 49e6f19c59
commit 6912f9d789
+1 -1
View File
@@ -13,5 +13,5 @@ COPY ezgg_website ./ezgg_website
COPY rio.toml ./
COPY .project-root ./
EXPOSE 8000
EXPOSE 8001
CMD [ "rio", "run", "--release", "--public" ]