mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 01:57:51 +08:00
fix merging problem
This commit is contained in:
@@ -10,6 +10,9 @@ COPY . .
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
# Remove built tools
|
||||
RUN apk del make g++
|
||||
|
||||
EXPOSE 3001
|
||||
VOLUME ["/app/data"]
|
||||
CMD ["npm", "run", "start-server"]
|
||||
|
Reference in New Issue
Block a user