Update 'docker/Dockerfile'

This commit is contained in:
Go Johansson 2022-04-17 10:43:11 +00:00
parent c37c18d723
commit 9650e66147
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ WORKDIR /var/www/
COPY docker/docker-entrypoint.sh .
ADD https://github.com/nokonoko/Uguu/archive/refs/tags/v${VERSION}.tar.gz v${VERSION}.tar.gz
ADD https://git.pomf.se/Pomf/uguu/archive/v${VERSION}.tar.gz v${VERSION}.tar.gz
RUN tar xvf v${VERSION}.tar.gz && \
mv Uguu-${VERSION}/ uguu