Skip to content

Commit

Permalink
Updated Docker container settings and base image
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyunchong committed Mar 17, 2024
1 parent 840ae94 commit ad10856
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/LinCms.Web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging.

FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER app
USER root
WORKDIR /app
EXPOSE 8080
EXPOSE 8081
Expand Down

0 comments on commit ad10856

Please sign in to comment.