flavors/reg/Dockerfile
Corné Oppelaar bda67271ff
All checks were successful
continuous-integration/drone/push Build is passing
reg: Fix typo in Dockerfile
2019-08-29 12:23:16 +02:00

8 lines
260 B
Docker

FROM d.xr.to/xbps-builder AS builder
COPY files/template /_workdir/srcpkgs/reg/template
RUN xbps-build reg
FROM d.xr.to/base:glibc AS main
LABEL maintainer="=@eater.me"
COPY --from=builder /_workdir/hostdir/binpkgs /tmp/xbps
RUN xbps-local reg
EXPOSE 8080/tcp