Skip to content

Commit

Permalink
make entrypoint executable in local Dockerfile (hobbyfarm#159)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Prinz <[email protected]>
  • Loading branch information
PhPrinz and Philip Prinz authored Mar 17, 2023
1 parent 2850f4a commit 838418d
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 @@ -20,5 +20,6 @@ COPY --from=sdk /app/dist/* /usr/share/nginx/html

# copy staged files
COPY .docker/stage-release/ /
RUN chmod +x usr/local/bin/entrypoint.sh

ENTRYPOINT ["entrypoint.sh"]

0 comments on commit 838418d

Please sign in to comment.