small Dockerfile fix

This commit is contained in:
Maxim Dolgushin 2023-11-02 19:28:24 +07:00 committed by skeris
parent 5cefe5805b
commit c9c1b5423f

@ -40,7 +40,7 @@ CMD [ "./app" ]
FROM alpine:3.18.3 AS production
# Install packages
RUN apk --no-cache add ca-certificates && rm -rf /var/cache/apk/*
RUN apk --no-cache add ca-certificates
# Create home directory
WORKDIR /app
# Copy build file