FROM alpine:latest WORKDIR /app COPY server /usr/local/bin/server RUN chmod +x /usr/local/bin/server