mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-10-30 18:27:58 +00:00
update docker
This commit is contained in:
@@ -23,6 +23,10 @@ RUN rm -f .npmrc
|
||||
COPY . ./
|
||||
|
||||
FROM node:13.12.0-alpine
|
||||
WORKDIR /app
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
COPY --from=build /app /app
|
||||
|
||||
CMD ["npm", "start"]
|
||||
@@ -5,3 +5,4 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.test
|
||||
command: npm run test
|
||||
Reference in New Issue
Block a user