diff --git a/Dockerfile b/Dockerfile index f5e6269..18975c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ COPY package*.json ./ RUN npm install COPY . . -RUN npm run build +RUN npm run dev