This commit is contained in:
WWW_cool 2022-03-01 11:08:38 +03:00
parent ffa55613dd
commit bf42f1c536

View File

@ -37,3 +37,5 @@ COPY --from=builder /build/_build/prod/rel/${SERVICE_NAME} /opt/${SERVICE_NAME}
ENTRYPOINT []
CMD /opt/${SERVICE_NAME}/bin/${SERVICE_NAME} foreground
EXPOSE 8022