New Website
This commit is contained in:
parent
0ac868031f
commit
278c1a1a51
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM node:20.10.0
|
|||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
RUN npm install
|
||||
RUN npm install --force
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 6080
|
||||
|
|
Loading…
Add table
Reference in a new issue