mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-19 22:58:36 +00:00
fix: dockerfile CA images
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM node:20.9.0-slim
|
||||
FROM node:20.9.0-alpine3.18
|
||||
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user