bugfixes/crash-handler #1

Merged
kizaing merged 4 commits from bugfixes/crash-handler into main 2023-02-14 14:53:46 -05:00
Showing only changes of commit a00cc167c3 - Show all commits

View File

@ -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" ]