mirror of
https://github.com/LukeHagar/pocketbase.git
synced 2025-12-06 04:20:57 +00:00
Update Dockerfile
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
ARG PB_VERSION=0.15.3
|
ARG PB_VERSION=0.15.3
|
||||||
ENV PB_ENCRYPTION_KEY
|
ARG ENCRYPTION_KEY
|
||||||
|
ENV PB_ENCRYPTION_KEY=$ENCRYPTION_KEY
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
unzip \
|
unzip \
|
||||||
|
|||||||
Reference in New Issue
Block a user