1 parent b04152e commit a3bc841Copy full SHA for a3bc841
1 file changed
HomeSpeaker.Server2/Dockerfile
@@ -27,9 +27,8 @@ RUN dotnet publish "./HomeSpeaker.Server2.csproj" -c $BUILD_CONFIGURATION -o /ap
27
# This stage is used in production or when running from VS in regular mode (Default when not using the Debug configuration)
28
FROM base AS final
29
RUN apt-get install -y curl iputils-ping
30
-RUN groupadd -g 1000 mygroup
+# RUN groupadd -g 1000 mygroup
31
RUN useradd -u 1000 -g mygroup -s /bin/bash -m homespeakeruser
32
-#RUN useradd -ms /bin/bash homespeakeruser
33
RUN usermod -aG audio homespeakeruser
34
USER homespeakeruser
35
WORKDIR /app
0 commit comments