Skip to content

Commit

Permalink
Maybe the entrypoint is needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanuk12 committed Jul 10, 2023
1 parent 1dfc4ea commit deb0364
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion images/ptero-debian-surrealdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ RUN apk update \
&& apk add curl

## Installing SurrealDB
RUN curl -sSf https://install.surrealdb.com | sh
RUN curl -sSf https://install.surrealdb.com | sh

## Finishing up
USER container
WORKDIR /home/container

COPY ./entrypoint.sh /entrypoint.sh
CMD ["/bin/ash", "/entrypoint.sh"]

0 comments on commit deb0364

Please sign in to comment.