started processing of database docs

This commit is contained in:
Sebastian
2021-09-25 12:58:34 -06:00
parent 7e436bf6cd
commit 3d29c72345
15 changed files with 67 additions and 41607 deletions
+5 -1
View File
@@ -9,4 +9,8 @@ COPY . /app
RUN npm run build
FROM nginx:1-alpine
COPY --from=build-step /app/build /usr/share/nginx/html
COPY --from=build-step /app/build /usr/share/nginx/html
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx/nginx.conf /etc/nginx/conf.d
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]