Skip to content

Commit

Permalink
test new css output file
Browse files Browse the repository at this point in the history
  • Loading branch information
OCram85 committed Nov 27, 2024
1 parent 499fd68 commit 86d6373
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,13 @@ RUN \
#endregion cli

#region firacode
WORKDIR /app/code-server/lib/vscode/out/vs/workbench

# TODO: validate dir: /lib/vscode/out/vs/code/browser/workbench/workbench.css
#WORKDIR /app/code-server/lib/vscode/out/vs/workbench
WORKDIR /app/code-server/lib/vscode/out/vs/code/browser/workbench
ADD FiraCode/fonts/* ./fonts/
ADD FiraCode/fonts.css ./
RUN cat fonts.css >> workbench.web.main.css
RUN cat fonts.css >> workbench.css
#endregion firacode

#region code-server
Expand Down

0 comments on commit 86d6373

Please sign in to comment.