Init repo
This commit is contained in:
10
pleroma.dockerfile
Normal file
10
pleroma.dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM elixir:1.6-alpine
|
||||
|
||||
RUN apk add --no-cache --virtual .build alpine-sdk git
|
||||
|
||||
ADD ./entrypoint.sh /
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["run"]
|
||||
|
||||
EXPOSE 4000
|
Reference in New Issue
Block a user