@@ -13,5 +13,10 @@ COPY --from=build-stage /app/dist /app/eo-services
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY default.conf.template /etc/nginx/templates/default.conf.template
|
||||
COPY headers.js /etc/nginx/headers.js
|
||||
|
||||
COPY ./40-envsub-on-vite.sh /docker-entrypoint.d
|
||||
RUN chmod u+x /docker-entrypoint.d/40-envsub-on-vite.sh
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user