diff --git a/Dockerfile b/Dockerfile index 387529c..0de3600 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN npm install RUN npm install -g serve COPY . . -RUN npm run build +RUN npm run dev EXPOSE 3000