Dockerfile: fix path for nginx.conf
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 5m53s
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 5m53s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
ADD nginx.conf /etc/nginx/nginx.conf
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
ADD accounting-ng-nuttakit/dist/accounting-ng-nuttakit/browser /usr/share/nginx/html
|
||||
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user