FROM alpine:3.13.5 COPY bin/server /app/server WORKDIR /app EXPOSE 18000 EXPOSE 19000 CMD ["./server"]