nginx conf
This commit is contained in:
parent
0e0728a36a
commit
28bc7888ce
|
|
@ -30,7 +30,7 @@ RUN npm run build
|
||||||
|
|
||||||
# служебные штуки
|
# служебные штуки
|
||||||
RUN cp -R /data/dist/* /usr/share/nginx/html
|
RUN cp -R /data/dist/* /usr/share/nginx/html
|
||||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
COPY nginx.conf /etc/nginx/sites-enabled/default
|
||||||
RUN chmod +x /data/run.sh
|
RUN chmod +x /data/run.sh
|
||||||
|
|
||||||
CMD ["/data/run.sh"]
|
CMD ["/data/run.sh"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue