스크림트 정리
This commit is contained in:
@@ -16,6 +16,9 @@ RUN apt-get update && apt-get install -y gosu && rm -rf /var/lib/apt/lists/*
|
||||
RUN groupadd -g ${GID} user && \
|
||||
useradd -u ${UID} -g ${GID} -m -s /bin/bash user
|
||||
|
||||
RUN mkdir /data
|
||||
RUN chown user:user /data
|
||||
|
||||
# Copy the entrypoint script and make it executable
|
||||
COPY scripts/entrypoint.sh /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user