It's alive

This commit is contained in:
2023-02-09 19:47:07 -05:00
parent bb3532a010
commit 756fbc5649
6 changed files with 23 additions and 199 deletions

View File

@@ -5,10 +5,9 @@ WORKDIR /app/code/
RUN git clone https://git.hwarf.com/jglemza/RSSHub.git /app/code
RUN npm install
RUN npm install --omit=dev
#RUN npm ci --omit=dev
ADD start.sh /app/pkg/
CMD [ "/app/pkg/start.sh" ]
COPY start.sh /app/pkg/
CMD [ "/app/pkg/start.sh" ]