Fix copy command

This commit is contained in:
Pascal Vizeli 2017-07-11 00:31:19 +02:00
parent f0b2bf1189
commit 518419b422

View file

@ -7,7 +7,7 @@ ENV LANG C.UTF-8
RUN apk --no-cache add nginx
# Copy data
COPY www /usr/share/
COPY www/ /usr/share/www/
COPY nginx.conf /etc/
COPY entry.sh /usr/bin/entry.sh