From bda67271ff4eba514620ef5fc64c574b75138d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corn=C3=A9=20Oppelaar?= Date: Thu, 29 Aug 2019 12:23:16 +0200 Subject: [PATCH] reg: Fix typo in Dockerfile --- reg/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg/Dockerfile b/reg/Dockerfile index 2a084b2..6b571d5 100644 --- a/reg/Dockerfile +++ b/reg/Dockerfile @@ -4,5 +4,5 @@ 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 && +RUN xbps-local reg EXPOSE 8080/tcp