diff --git a/Dockerfile b/Dockerfile index 5d74b1c..f1afc53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN npm i COPY . . -RUN docker build . +RUN npm run build #---