Create Dockerfile

pull/46254/head
Sabbir Ahmed Shameem 2024-05-06 21:58:10 +06:00 committed by GitHub
parent f99bb17a53
commit 48d588f91c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
FROM nginx:1.17.3
RUN rm /etc/nginx/conf.d/default.conf
COPY frontend-nginx.conf /etc/nginx/conf.d