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