user-svc/deploy/Dockerfile

6 lines
72 B
Docker

FROM ubuntu
COPY user-svc-actix /
COPY .env /
CMD ["./user-svc-actix"]