Skip to content

Commit

Permalink
feat: ajustes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackson Veroneze committed Nov 11, 2022
1 parent e14147d commit 1996de9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Aspnet/Alpine/Dockerfile-6-Alpine
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0-alpine

# .NET envs
ENV ASPNETCORE_URLS=http://+:80
ENV ASPNETCORE_URLS=http://+:5000
ENV DOTNET_RUNNING_IN_CONTAINER=true
ENV ASPNETCORE_ENVIRONMENT=Production
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
Expand All @@ -23,7 +23,7 @@ ENV LANGUAGE pt_BR.UTF-8

ENV APP_DIR=/home/$USERNAME/app

EXPOSE 80
EXPOSE 5000

USER $USERNAME

Expand Down
4 changes: 2 additions & 2 deletions Aspnet/Ubuntu/Dockerfile-6-Ubuntu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:6.0-jammy

# .NET envs
ENV ASPNETCORE_URLS=http://+:80
ENV ASPNETCORE_URLS=http://+:5000
ENV DOTNET_RUNNING_IN_CONTAINER=true
ENV ASPNETCORE_ENVIRONMENT=Production
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
Expand All @@ -23,7 +23,7 @@ ENV LANGUAGE pt_BR.UTF-8

ENV APP_DIR=/home/$USERNAME/app

EXPOSE 80
EXPOSE 5000

USER $USERNAME

Expand Down
4 changes: 2 additions & 2 deletions Aspnet/Ubuntu/Dockerfile-7-Ubuntu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM mcr.microsoft.com/dotnet/aspnet:7.0-jammy

# .NET envs
ENV ASPNETCORE_URLS=http://+:80
ENV ASPNETCORE_URLS=http://+:5000
ENV DOTNET_RUNNING_IN_CONTAINER=true
ENV ASPNETCORE_ENVIRONMENT=Production
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
Expand All @@ -23,7 +23,7 @@ ENV LANGUAGE pt_BR.UTF-8

ENV APP_DIR=/home/$USERNAME/app

EXPOSE 80
EXPOSE 5000

USER $USERNAME

Expand Down

0 comments on commit 1996de9

Please sign in to comment.