mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 09:13:21 +00:00
🐳 Docker
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
FROM node:16.4.2-alpine3.14
|
||||
#
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN yarn
|
||||
RUN yarn build
|
||||
#
|
||||
EXPOSE 50013
|
||||
VOLUME ["/app/data"]
|
||||
CMD ["npm", "run", "start-server"]
|
||||
Reference in New Issue
Block a user