diff --git a/Dockerfile b/Dockerfile index fa1bcd2d..ef88503b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,6 @@ LABEL org.opencontainers.image.vendor = "odpi" \ org.opencontainers.image.ext.docker.params = "" # Just copy the built files & serve via nginx -COPY build/prod /var/www/ +COPY build/ /var/www/ COPY etc/nginx.conf /etc/nginx/conf.d/default.conf CMD ["nginx", "-g", "daemon off;"] diff --git a/package-lock.json b/package-lock.json index 47abd036..39037ab0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-ui", - "version": "0.1.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-ui", - "version": "0.1.0", + "version": "4.0.1", "hasInstallScript": true, "dependencies": { "@mantine/core": "4.2.9", diff --git a/package.json b/package.json index ef0855d0..ed632405 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-ui", - "version": "0.1.0", + "version": "4.0.1", "private": true, "dependencies": { "@mantine/core": "4.2.9", diff --git a/src/components/AppInstance/index.tsx b/src/components/AppInstance/index.tsx index 49e0faa9..4e299e26 100644 --- a/src/components/AppInstance/index.tsx +++ b/src/components/AppInstance/index.tsx @@ -24,9 +24,9 @@ export function AppInstance() { Hi} /> - } /> - } /> - } /> + } /> + } /> + } /> } /> } />