FROM alpine WORKDIR /app COPY . . RUN apk update && apk add go && go build . CMD ["./noteserver"]