We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b622dd commit fc17169Copy full SHA for fc17169
deployment/docker/Dockerfile
@@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* \
37
WORKDIR /app
38
39
# Copy published application
40
-COPY --from=build /app/publish .
+COPY --from=publish /app/publish .
41
42
# Create directory for logs and ensure proper permissions
43
RUN mkdir -p /app/logs && chown -R nlwebnet:nlwebnet /app
0 commit comments