Skip to content

Commit

Permalink
Merge pull request PelicanPlatform#95 from bbockelm/no_default_user
Browse files Browse the repository at this point in the history
Remove default user
  • Loading branch information
jhiemstrawisc authored Sep 5, 2023
2 parents 3a25fb4 + 2449f77 commit f7cdd52
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# Copyright (C) 2023, Pelican Project, Morgridge Institute for Research
#
#
# Licensed under the Apache License, Version 2.0 (the "License"); you
# may not use this file except in compliance with the License. You may
# obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down Expand Up @@ -63,6 +63,4 @@ COPY images/entrypoint.sh /entrypoint.sh
RUN chmod +x /pelican/osdf-client \
&& chmod +x /entrypoint.sh

USER xrootd

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit f7cdd52

Please sign in to comment.