Skip to content

Commit

Permalink
Update Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ver committed Apr 8, 2024
1 parent 49384a8 commit 1f368ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ VOLUME /tmp
ADD . /smalltalk/
WORKDIR /smalltalk/
RUN ./mvnw compile
CMD ["./bin/dispatcher", "start", "--import", "org.tinystruct.system.NettyHttpServer", "--server-port", "777"]
CMD ["./bin/dispatcher", "start", "--import", "org.tinystruct.system.TomcatServer", "--server-port", "777"]
EXPOSE 777

0 comments on commit 1f368ca

Please sign in to comment.