diff --git a/Dockerfile b/Dockerfile index 1925dec..5e82aa3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,9 @@ RUN npm run build WORKDIR /usr/share/nginx/html COPY index.html . +COPY default.css . RUN mkdir -p /usr/share/nginx/html/public -COPY src/*.css ./public RUN cp /app/build/* ./public diff --git a/src/home.css b/default.css similarity index 100% rename from src/home.css rename to default.css diff --git a/index.html b/index.html index c9297d7..a399945 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ Trianta - +