udemy-go-microservices/authentication-service/authentication-service.dockerfile

9 lines
77 B
Plaintext
Raw Normal View History

2024-08-28 12:24:16 +00:00
FROM alpine:latest
RUN mkdir /app
COPY authApp /app
CMD ["/app/authApp"]