Skip to content

Commit

Permalink
Removed user app from Dockerfile due to file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloAJacon committed Jun 7, 2024
1 parent b7da404 commit dd559e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Adapters/FlexiFile.API/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#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-alpine AS base
USER app
WORKDIR /app
EXPOSE 8080

Expand Down
1 change: 0 additions & 1 deletion src/Adapters/FlexiFile.Worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#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-alpine AS base
USER app
WORKDIR /app
EXPOSE 8080

Expand Down

0 comments on commit dd559e6

Please sign in to comment.