mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-11-25 05:56:17 +00:00
completed the UI and docker-compose.yaml basic app
This commit is contained in:
11
MalwareMultiScan.Ui/Dockerfile
Normal file
11
MalwareMultiScan.Ui/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM node:lts
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json /app/package.json
|
||||
RUN npm install
|
||||
|
||||
COPY . /app
|
||||
RUN npm run build
|
||||
|
||||
ENTRYPOINT ["npm", "run", "start"]
|
||||
Reference in New Issue
Block a user