Skip to content

Commit

Permalink
fix: make entrypoint.sh executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan6erbond committed May 4, 2023
1 parent 1377c5c commit c343375
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ RUN GOOS=linux go build -o /pb/pocketbase

EXPOSE 8080

RUN chmod +x entrypoint.sh

CMD [ "./entrypoint.sh" ]

0 comments on commit c343375

Please sign in to comment.