Skip to content

Commit

Permalink
Rights of new docker-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandalka committed Oct 9, 2022
1 parent 35fdb72 commit f51efea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ COPY ./src/open-semantic-entity-search-api/src/entity_linking /usr/lib/python3/d
COPY ./src/open-semantic-entity-search-api/src/entity_manager /usr/lib/python3/dist-packages/entity_manager

COPY docker-entrypoint.sh /
RUN chmod 755 /docker-entrypoint.sh

# add user
RUN adduser --system --disabled-password opensemanticetl
Expand Down

0 comments on commit f51efea

Please sign in to comment.