Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Jun 14, 2024
1 parent af889c7 commit 7849840
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .docker/images/dev-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ RUN gem install bundler:$BUNDLER_VERSION
# after this point we don't need to be non-interactive anymore since we'll be running the container
ENV DEBIAN_FRONTEND=

RUN chown -r outpost-user:outpost-user $HOME

RUN ls -lah /home/outpost-user
RUN ls -lah /home/outpost-user/.cache
RUN chown -r outpost-user:outpost-user /home/outpost-user

# CMD ["tail", "-f", "/dev/null"]

0 comments on commit 7849840

Please sign in to comment.