Remove unuse step

This commit is contained in:
kerashanog 2023-10-06 12:22:51 +07:00
parent df60ec74f0
commit 560a27ac24

View file

@ -14,10 +14,7 @@ FROM base AS prebuild
RUN apk update && apk upgrade && \
apk add --no-cache git
RUN mkdir -p /var/www/stremio-web
WORKDIR /var/www/stremio-web
COPY . .
RUN npm install
RUN npm run build