Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoesbergen authored Apr 17, 2024
1 parent e8dd827 commit ddc537a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt
RUN useradd -m -U -d /app media
WORKDIR /app

COPY --chown=media:media /app
COPY --chown=media:media . /app
RUN chmod +x /app/start.sh

USER media
Expand Down

0 comments on commit ddc537a

Please sign in to comment.