Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
benchiverton committed Jun 25, 2024
1 parent 031f189 commit 2aabfd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Website/Company.Website/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ FROM nginx:alpine AS runtime
WORKDIR /var/www/web

COPY --from=build-env /app/out/wwwroot .
COPY nginx.conf /etc/nginx/nginx.conf

EXPOSE 80

ENTRYPOINT ["dotnet", "Company.Website.dll"]

0 comments on commit 2aabfd9

Please sign in to comment.