diff options
Diffstat (limited to 'Dockerfile.raw')
-rw-r--r-- | Dockerfile.raw | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Dockerfile.raw b/Dockerfile.raw new file mode 100644 index 000000000000..f67e3091dddc --- /dev/null +++ b/Dockerfile.raw @@ -0,0 +1,10 @@ +FROM base/archlinux +MAINTAINER Vincent Ambo <dev@tazj.in> + +COPY $ARCH_PKG /tmp/tazblog-current.pkg.tar.xz + +RUN pacman -U /tmp/tazblog-current.pkg.tar.xz --noconfirm + +VOLUME /var/tazblog +EXPOSE 8000 +CMD /usr/bin/tazblog |