Skip to content

Commit

Permalink
fix: fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Nov 9, 2023
1 parent eca6445 commit a7bca25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN groupadd -g $OFF_GID off && \
mkdir -p /home/off && \
mkdir -p /opt/search && \
chown off:off -R /opt/search /home/off
COPY --chown=off:off app app
COPY --chown=off:off app /opt/search/app

COPY docker/docker-entrypoint.sh /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh
Expand Down

0 comments on commit a7bca25

Please sign in to comment.