Fix copy command
This commit is contained in:
parent
f0b2bf1189
commit
518419b422
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ ENV LANG C.UTF-8
|
||||||
RUN apk --no-cache add nginx
|
RUN apk --no-cache add nginx
|
||||||
|
|
||||||
# Copy data
|
# Copy data
|
||||||
COPY www /usr/share/
|
COPY www/ /usr/share/www/
|
||||||
COPY nginx.conf /etc/
|
COPY nginx.conf /etc/
|
||||||
COPY entry.sh /usr/bin/entry.sh
|
COPY entry.sh /usr/bin/entry.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue