Name card done
This commit is contained in:
@@ -8,4 +8,9 @@ RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["node", "app.js"]
|
||||
RUN apt-get update && apt-get install -y fontconfig
|
||||
RUN mkdir -p /usr/local/share/fonts/truetype/fredoka
|
||||
COPY ./wwwroot/assets/fonts/Fredoka/fredoka.ttf /usr/local/share/fonts/truetype/fredoka/fredoka.ttf
|
||||
RUN fc-cache -fv
|
||||
|
||||
CMD ["npm", "run", "name-card-test"]
|
||||
Reference in New Issue
Block a user