core: propagate changes throughout files
This commit is contained in:
parent
8252f38bb7
commit
f725b4e922
@ -14,9 +14,9 @@ RUN npm run build
|
|||||||
|
|
||||||
WORKDIR /usr/share/nginx/html
|
WORKDIR /usr/share/nginx/html
|
||||||
COPY index.html .
|
COPY index.html .
|
||||||
|
COPY default.css .
|
||||||
|
|
||||||
RUN mkdir -p /usr/share/nginx/html/public
|
RUN mkdir -p /usr/share/nginx/html/public
|
||||||
COPY src/*.css ./public
|
|
||||||
|
|
||||||
RUN cp /app/build/* ./public
|
RUN cp /app/build/* ./public
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Trianta</title>
|
<title>Trianta</title>
|
||||||
<link rel="stylesheet" href="public/home.css" />
|
<link rel="stylesheet" href="default.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="navigation">
|
<div id="navigation">
|
||||||
|
Loading…
Reference in New Issue
Block a user