dotenv error fix(ignoreIfMissing=true)

This commit is contained in:
dalbodeule
2024-06-14 01:44:54 +09:00
parent 9edf2d44ee
commit f795e51845
5 changed files with 6 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ FROM alpine:3.13
WORKDIR /app
# https://stackoverflow.com/a/77779723/11516704
RUN apk add gcompat
# Copy the executable from the build stage