mirror of
https://github.com/sakaljurgis/kobo.git
synced 2026-07-08 22:17:42 +00:00
dont watch for prod env
This commit is contained in:
+1
-8
@@ -1,15 +1,8 @@
|
||||
FROM node:18
|
||||
|
||||
#install calibre
|
||||
RUN apt-get update -y
|
||||
RUN apt-get install -y libopengl0
|
||||
RUN apt-get install -y libegl1
|
||||
RUN wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sh /dev/stdin
|
||||
|
||||
WORKDIR /srv/app
|
||||
COPY ./ /srv/app
|
||||
RUN npm install
|
||||
|
||||
EXPOSE $PORT
|
||||
|
||||
CMD ["npm", "run", "dev"]
|
||||
CMD ["npm", "run", "start"]
|
||||
|
||||
Reference in New Issue
Block a user