mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
ffe
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -1,19 +1,19 @@
|
||||
FROM alpine:latest
|
||||
|
||||
WORKDIR /usr/src/
|
||||
|
||||
RUN cd /usr/src/
|
||||
RUN mkdir -p /usr/src/
|
||||
|
||||
RUN apk add --update nodejs npm git
|
||||
|
||||
RUN git clone https://github.com/orangecoding/fredy.git
|
||||
RUN cd /usr/src && git clone https://github.com/orangecoding/fredy.git
|
||||
|
||||
RUN ln -s /usr/src/fredy/conf/ /conf
|
||||
|
||||
RUN cd /usr/src/fredy/ && npm install
|
||||
|
||||
WORKDIR /usr/src/fredy
|
||||
|
||||
EXPOSE 9876
|
||||
|
||||
VOLUME [ "/conf" ]
|
||||
|
||||
CMD node /index.js --no-daemon
|
||||
CMD node index.js --no-daemon
|
||||
Reference in New Issue
Block a user