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