🐳 Fixes port

This commit is contained in:
Daniel Svitan
2025-05-31 17:41:18 +02:00
parent 63e4c9c51c
commit e09d716eba

View File

@@ -7,5 +7,5 @@ RUN echo "" > .env
RUN go get -v . RUN go get -v .
RUN go install -v . RUN go install -v .
EXPOSE 8080 EXPOSE 1323
CMD ["server"] CMD ["server"]