Skip to content

Commit

Permalink
Move tailwind setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Oct 2, 2023
1 parent 458efc4 commit 7ff94db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ RUN dotnet restore
ARG DEPLOY_API
ARG DEPLOY_CDN

WORKDIR /app/Gallery.Unified
WORKDIR /app/Gallery.Unified.Client
RUN npm run ui:build
RUN dotnet publish -c release /p:DEPLOY_API=${DEPLOY_API} /p:DEPLOY_CDN=${DEPLOY_CDN} /p:APP_TASKS=prerender -o /out --no-restore

WORKDIR /app/Gallery.Unified
RUN dotnet publish -c release -o /out --no-restore

FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime
WORKDIR /app
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7ff94db

Please sign in to comment.