From c0084b62fac79b700b2ca2132b11aa9c9b9b754b Mon Sep 17 00:00:00 2001
From: Laszlo Rafael <rlacko99@gmail.com>
Date: Sun, 6 Feb 2022 17:19:11 +0100
Subject: [PATCH] Update docker build config

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index c9cc45c..88b8e44 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
 FROM nginx
 
 COPY nginx.conf /etc/nginx/conf.d/default.conf
-COPY app/build /usr/share/nginx/html
+COPY public /usr/share/nginx/html
-- 
GitLab