mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
use LTS node for Web publish container
This commit is contained in:
parent
78a2589335
commit
c9862e37e4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM microsoft/dotnet:2.2-sdk AS publish
|
||||
COPY FilterLists.Web /FilterLists.Web
|
||||
RUN curl -sL https://deb.nodesource.com/setup_11.x | bash - \
|
||||
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - \
|
||||
&& apt-get install -y nodejs \
|
||||
&& dotnet publish FilterLists.Web/FilterLists.Web.csproj -c Release -o /out
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue