mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 02:55:51 +00:00
Name runtime stage in Dockerfile for targeted builds
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@ ENV PULSE_NO_AUTO_UPDATE=true
|
||||
ENTRYPOINT ["/usr/local/bin/pulse-docker-agent"]
|
||||
|
||||
# Final stage (Pulse server runtime)
|
||||
FROM alpine:3.20
|
||||
FROM alpine:3.20 AS runtime
|
||||
|
||||
RUN apk --no-cache add ca-certificates tzdata su-exec openssh-client
|
||||
|
||||
|
||||
Reference in New Issue
Block a user