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

9 lines
77 B
Plaintext
Raw Normal View History

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