Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Dec 18, 2024
1 parent 6d6f950 commit e3b0aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CleanAspire.WebApp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ EXPOSE 80 443
ENV ASPNETCORE_ENVIRONMENT=Production

# Enable Service Worker for PWA Installation
COPY src/CleanAspire.ClientApp/wwwroot/service-worker.published.js wwwroot/service-worker.js
COPY src/CleanAspire.ClientApp/wwwroot/manifest.json wwwroot/manifest.json
# COPY src/CleanAspire.ClientApp/wwwroot/service-worker.published.js wwwroot/service-worker.js
# COPY src/CleanAspire.ClientApp/wwwroot/manifest.json wwwroot/manifest.json

ENTRYPOINT ["dotnet", "CleanAspire.WebApp.dll"]

0 comments on commit e3b0aba

Please sign in to comment.