feat: add SMTP configuration
This commit is contained in:
parent
46bc60351c
commit
1238b56935
5 changed files with 33 additions and 3 deletions
docker
|
@ -28,6 +28,7 @@ COPY --from=build /src/legacyworlds-server/legacyworlds-server-main/data /app/da
|
|||
ADD docker/backend-entrypoint.sh /app/entrypoint.sh
|
||||
VOLUME /app/state
|
||||
ENTRYPOINT ["/app/entrypoint.sh"]
|
||||
EXPOSE 9137/tcp 9138/tcp
|
||||
CMD ["server"]
|
||||
|
||||
FROM tomcat:6.0-jre7 AS tomcat-base
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue