diff --git a/Dockerfile b/Dockerfile index 9afbfcd..7fe1965 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,10 +2,6 @@ FROM mcr.microsoft.com/dotnet/runtime:6.0-alpine3 WORKDIR /app/teletok -RUN apk update && apk add --update nodejs nodejs-npm - -RUN npm i -g tiktok-scraper - -COPY bin/Debug/net6.0/* /app/teletok/ +COPY bin/Debug/net6.0/publish/* /app/teletok/ CMD [ "TeleTok" ] \ No newline at end of file