maps-service/Dockerfile

3 lines
47 B
Docker
Raw Normal View History

FROM alpine
COPY build/server /
CMD ["/server"]