New Website

This commit is contained in:
Sohrab Behdani 2024-11-23 14:45:01 +03:30
parent 0ac868031f
commit 278c1a1a51

View file

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