1
0
mirror of https://github.com/vwxyzjn/portwarden synced 2025-12-15 23:43:16 +00:00

API-6 # Update dockerfile

This commit is contained in:
Costa Huang
2018-12-03 10:44:13 -05:00
parent 8bbf912ca6
commit e3306a3595

View File

@@ -35,6 +35,7 @@ EXPOSE 5000
FROM debian:stretch-20181112
apt-get install --no-cache ca-certificates openssl
COPY --from=0 /usr/bin/bw /usr/bin/bw
COPY --from=0 /scheduler /go/src/github.com/vwxyzjn/portwarden/web/scheduler/scheduler
COPY --from=0 /worker /go/src/github.com/vwxyzjn/portwarden/web/worker/worker