1 2 3 4 5 6 7 8 9
FROM alpine ARG TARGETPLATFORM COPY dist/${TARGETPLATFORM}/ttc-server /usr/bin/ttc-server RUN chmod +x /usr/bin/ttc-server CMD ["ttc-server"]