Add nginx.conf file for Nginx configuration
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user