We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27c9d4 commit c916acfCopy full SHA for c916acf
Dockerfile
@@ -12,7 +12,7 @@ COPY . .
12
RUN yarn build
13
14
# Create index.html for the SPA
15
-RUN echo '<!DOCTYPE html>\n\
+RUN printf '<!DOCTYPE html>\n\
16
<html lang="en">\n\
17
<head>\n\
18
<meta charset="UTF-8">\n\
@@ -26,7 +26,7 @@ RUN echo '<!DOCTYPE html>\n\
26
<div id="root"></div>\n\
27
<script type="module" src="/assets/main-_xEiGKjZ.js"></script>\n\
28
</body>\n\
29
-</html>' > /app/dist/client/index.html
+</html>\n' > /app/dist/client/index.html
30
31
FROM nginx:alpine
32
0 commit comments