added deploy folder
This commit is contained in:
parent
f523b0ae62
commit
04d60bd3ef
|
@ -1,5 +1,3 @@
|
||||||
/target
|
/target
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
.env
|
.env
|
||||||
/deploy-scripts
|
|
||||||
/deploy
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
FROM ubuntu
|
||||||
|
|
||||||
|
COPY user-svc-actix /
|
||||||
|
COPY .env /
|
||||||
|
|
||||||
|
CMD ["./user-svc-actix"]
|
Loading…
Reference in New Issue