Merge branch 'dev-defuj' of https://github.com/defuj/eis into dev-defuj

This commit is contained in:
Dede Fuji Abdul 2024-03-04 20:42:28 +07:00
commit 364cc9f3fb

View File

@ -12,7 +12,7 @@
# CMD ["nginx", "-g", "daemon off;"]
FROM nginx:stable-alpine
COPY /build /usr/share/nginx/html
COPY /dist /usr/share/nginx/html
COPY /nginx.conf /etc/nginx/nginx.conf
EXPOSE 32166
CMD ["nginx", "-g", "daemon off;"]