Skip to content

Commit

Permalink
reverting back to 2000 (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlopezrr authored Nov 6, 2024
1 parent 42ec42f commit ee020d5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM harbor.k8s.libraries.psu.edu/library/ruby-3.1.2-node-16:20240701 as base
ARG UID=3000
ARG UID=2000

COPY bin/vaultshell /usr/local/bin/
USER root
Expand All @@ -13,11 +13,6 @@ RUN apt-get update && \

COPY config/policy.xml /etc/ImageMagick-6/policy.xml
RUN useradd -u $UID app -d /app

# adding this in attempts to see what happens with permissions
RUN mkdir /tmp/app/
RUN chown app:app /tmp/app && chmod 775 /tmp/app

RUN mkdir /app/tmp
RUN chown -R app /app
USER app
Expand Down

0 comments on commit ee020d5

Please sign in to comment.