Skip to content

Commit

Permalink
🔧refactor: k8s images and dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
D10S0VSkY-OSS committed Nov 11, 2023
2 parents 99d2c79 + df1936b commit a05bb3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sld-api-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ ADD . /app/
RUN chown -R sld:sld /app

# Switch to user 'sld' for runtime
USER sld
USER sld
5 changes: 1 addition & 4 deletions sld-dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,4 @@ ADD . /app/
RUN chown -R sld:sld /app

# Switch to user 'sld' for runtime
USER sld



USER sld
2 changes: 1 addition & 1 deletion sld-remote-state/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ ADD . /app/
RUN chown -R sld:sld /app

# Switch to user 'sld' for runtime
USER sld
USER sld

0 comments on commit a05bb3d

Please sign in to comment.