ci: sed bump deploy values, fix adminpanel Dockerfile env.js
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ RUN npm run build
|
||||
FROM nginx:1.27-alpine AS runtime
|
||||
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
COPY public/env.js /usr/share/nginx/html/env.js
|
||||
RUN echo 'window.__ENV__ = window.__ENV__ || {};' > /usr/share/nginx/html/env.js
|
||||
COPY docker/entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user