From 4cde274420f64abfb30fa45841678119d6e98929 Mon Sep 17 00:00:00 2001 From: Ibrahim Diallo <20114089+thisisibrahimd@users.noreply.github.com> Date: Sat, 20 Aug 2022 15:15:06 -0400 Subject: [PATCH] fix build command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c624e55..a6662de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN BIN="/usr/local/bin" && \ -o "${BIN}/${BINARY_NAME}" && \ chmod +x "${BIN}/${BINARY_NAME}" # install node modules and build assets -RUN npm install && npm build +RUN npm install && npm run build # nginx state for serving content