diff --git a/fda-ui/Dockerfile b/fda-ui/Dockerfile
index 4a814387b7317802f07da4a45f0095e20e6b1f8b..ade44caf4feef43de89d3f425b37a1399293ce4b 100644
--- a/fda-ui/Dockerfile
+++ b/fda-ui/Dockerfile
@@ -25,6 +25,7 @@ COPY ./plugins ./plugins
 COPY ./server-middleware ./server-middleware
 COPY ./static ./static
 COPY ./store ./store
+COPY ./utils ./utils
 
 RUN yarn build > /dev/null