Minor syntax change.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-11-18 11:19:23 -06:00
parent 6277bb0605
commit b5eece6bcb
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ FROM ubuntu:focal as base
ENV TZ="UTC"
# Run base build process
COPY ./util/docker/web/ /bd_build
COPY ./util/docker/web /bd_build/
RUN chmod a+x /bd_build/*.sh \
&& /bd_build/prepare.sh \