FROM alpine:latest RUN apk --no-cache add ca-certificates WORKDIR /root COPY ./build/app . EXPOSE 6666 CMD ["./app"]