FROM ubuntu:20.04 WORKDIR /app COPY ./bin/platform_linux_amd64 /app/platform RUN chmod +x /app/platform EXPOSE $APP_PORT CMD ["/app/proxy"]