Add nginx.conf file for Nginx configuration

This commit is contained in:
Dede Fuji Abdul
2024-01-11 20:11:35 +07:00
parent 83f402c3ac
commit 0e16a37ac0
2 changed files with 78 additions and 0 deletions

View File

@ -3,6 +3,7 @@ WORKDIR /app
COPY package*.json ./
RUN npm install
COPY . .
COPY nginx.conf /etc/nginx/nginx.conf
RUN npm run build
# tahap produksi