This commit is contained in:
@@ -29,7 +29,7 @@ RUN apt-get update && apt-get install -y postgresql-client && rm -rf /var/lib/ap
|
||||
COPY --from=publish /app/publish .
|
||||
|
||||
# Create directory for logs
|
||||
RUN mkdir -p /app/logs && chmod 777 /app/logs
|
||||
RUN mkdir -p /app/logs && chmod 755 /app/logs
|
||||
|
||||
# Expose ports (if needed for health checks or metrics)
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user