Skip to content

Commit bb951a5

Browse files
committed
use default play port
1 parent 10678b9 commit bb951a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ WORKDIR /toolkit/backend
6161
RUN sbt update
6262

6363
# expose backend port
64-
EXPOSE 1234
64+
EXPOSE 9000
6565

6666
RUN mv ~/.ivy2 ~/.ivy_image
6767
COPY ./docker-entrypoint.sh /

0 commit comments

Comments
 (0)