FROM alpine WORKDIR /app COPY noteserver . RUN chmod +x /app/noteserver CMD ["/app/noteserver"]