Re-Added dockerfile
This commit is contained in:
parent
fb4fcd76a8
commit
4ff26ba25e
1 changed files with 11 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM node:20.10.0
|
||||
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
RUN npm install --force
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 6080
|
||||
|
||||
CMD ["npm", "run", "start"]
|
Loading…
Add table
Reference in a new issue