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 aa1ae28 commit 9b437c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Website/Company.Website/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ FROM nginx:alpine AS runtime
WORKDIR /var/www/web

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

EXPOSE 80

0 comments on commit 9b437c9

Please sign in to comment.