Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric authored Nov 23, 2023
1 parent 413987c commit d6608b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ RUN dotnet restore
ARG DEPLOY_API
ARG DEPLOY_CDN

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

Expand Down

0 comments on commit d6608b1

Please sign in to comment.