Change default backend port
This commit is contained in:
+1
-1
@@ -26,6 +26,6 @@ WORKDIR /app
|
||||
|
||||
COPY --from=build /app/target/release/backend /app/backend
|
||||
|
||||
EXPOSE 3000
|
||||
EXPOSE 2892
|
||||
|
||||
CMD ["/app/backend"]
|
||||
|
||||
Reference in New Issue
Block a user