Skip to content

Commit

Permalink
update Dockerfile for smart-cache-enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
sapirgila committed May 29, 2024
1 parent e1feea4 commit 0140181
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions smart-cache-enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ RUN wget --progress=bar:force -O /tmp/gigaspaces.zip ${GS_URL} &&\
echo "#!/bin/bash" > /bin/kill && echo "kill \$@" >> /bin/kill && chmod +x /bin/kill
RUN groupadd --gid 2000 --system gs_group &&\
adduser --shell /bin/nologin --uid 2001 --gid 2000 gs_user &&\
chown -R gs_user:0 ${GS_HOME}
ADD entrypoint.sh /opt/entrypoint.sh
chown -R gs_user:0 ${GS_HOME} &&\
chmod -R 0775 /opt/gigaspaces

COPY --chmod=075 entrypoint.sh /opt/entrypoint.sh

# Configure and expose ports
ENV LD_LIBRARY_PATH "/lib:/lib64"
Expand Down

0 comments on commit 0140181

Please sign in to comment.