Skip to content

Commit

Permalink
Minor syntax change.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Nov 18, 2021
1 parent 6277bb0 commit b5eece6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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 \
Expand Down

0 comments on commit b5eece6

Please sign in to comment.