FROM alpine:latest WORKDIR /app COPY ./server /app/server EXPOSE 80 CMD ["/app/server"]