fix merging problem

This commit is contained in:
LouisLam
2021-07-13 23:29:40 +08:00
parent af838d62e8
commit d4fe5908f5
2 changed files with 3 additions and 1 deletions

View File

@@ -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"]