mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
fix file locations
This commit is contained in:
parent
37c55fdcf4
commit
05a001992f
@ -22,7 +22,7 @@ ARG robots
|
||||
ENV ROBOTS_FILE=$robots
|
||||
|
||||
COPY --from=homepage /code/homepage/output /www/data
|
||||
COPY ./build/proxy/$ROBOTS_FILE /www/data/robots.txt
|
||||
COPY ./build/proxy/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./build/$ROBOTS_FILE /www/data/robots.txt
|
||||
COPY ./build/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
EXPOSE 80
|
||||
|
Loading…
Reference in New Issue
Block a user