Dockerize auth service
This commit is contained in:
8
authentication-service/authentication-service.dockerfile
Normal file
8
authentication-service/authentication-service.dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN mkdir /app
|
||||
|
||||
COPY authApp /app
|
||||
|
||||
CMD ["/app/authApp"]
|
||||
|
Reference in New Issue
Block a user