diff --git a/Dockerfile b/Dockerfile index 1e5107f..72c4e66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,9 @@ COPY env/$env_target /app/.env RUN echo -e "\n" >> /app/.env RUN echo -e "APP_VERSION=${release_version}" >> /app/.env -RUN yarn install +RUN npm install -RUN yarn build +RUN npm run build FROM nginx:1.16.0-alpine