Skip to content

Commit e685abd

Browse files
authored
Add custom Nginx configuration file
1 parent 4660a18 commit e685abd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ RUN npm run build
99
FROM nginx:alpine
1010
COPY --from=build /app/dist /usr/share/nginx/html
1111

12+
COPY nginx.conf /etc/nginx/conf.d/default.conf
13+
1214
EXPOSE 80
1315
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)