generate TYPESENSE_API_KEY
This commit is contained in:
@@ -5,7 +5,10 @@ WORKDIR /app
|
||||
RUN apk add --no-cache git bash
|
||||
|
||||
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
||||
RUN chmod +x /usr/local/bin/entrypoint.sh
|
||||
COPY scripts/wait-for-it.sh /usr/local/bin/wait-for-it.sh
|
||||
|
||||
RUN chmod +x /usr/local/bin/entrypoint.sh \
|
||||
/usr/local/bin/wait-for-it.sh
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
|
||||
CMD ["build"]
|
||||
|
||||
Reference in New Issue
Block a user