This commit is contained in:
parent
557a74ca21
commit
1baac63e22
@ -22,6 +22,8 @@ steps:
|
||||
commands:
|
||||
- cd /usr/share/$DRONE_REPO_NAME
|
||||
- dotnet build
|
||||
- apt-get install -y libfreetype6
|
||||
- apt-get install -y libfontconfig1
|
||||
- name: recreate dist folder
|
||||
commands:
|
||||
- rm -rf /usr/share/$DRONE_REPO_NAME/dist
|
||||
|
@ -1,7 +1,6 @@
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:6.0
|
||||
|
||||
RUN apt-get install -y libfreetype6
|
||||
RUN apt-get install -y libfontconfig1
|
||||
|
||||
|
||||
ADD dist /app
|
||||
|
||||
|
Reference in New Issue
Block a user