hotfix again

This commit is contained in:
cool.gitter.choco
2025-01-28 09:00:23 -06:00
parent 386c8a8ddd
commit 6790c19a17
2 changed files with 2 additions and 3 deletions

View File

@@ -19,8 +19,7 @@ COPY . .
# Copy entrypoint script and make it executable
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh && \
dos2unix /entrypoint.sh
RUN chmod +x /entrypoint.sh
# Expose the application port
EXPOSE 7171

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
set -e
# Check if both PUID and PGID are not set