Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 963feed

Browse files
author
Maxim Anurin
committed
Add curl tool
1 parent 42d8025 commit 963feed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV HTTP_PORT=80 HTTPS_PORT=443 SSL_CERT_FILE=/app/fullchain.pem SSL_KEY_FILE=/a
88

99
RUN npm install --production
1010

11-
RUN apk --no-cache add openssl && sh generate-cert.sh && rm -rf /var/cache/apk/*
11+
RUN apk --no-cache add curl openssl && sh generate-cert.sh && rm -rf /var/cache/apk/*
1212

1313
ENTRYPOINT ["node", "./index.js"]
1414
CMD []

0 commit comments

Comments
 (0)