diff --git a/Dockerfile b/Dockerfile index a9fa46f..40040b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ COPY index.js . COPY config . COPY package.json . COPY /--bundles--/app.bundle ./bundles/ +COPY /--bundles--/admin.bundle ./bundles/ RUN npm install EXPOSE 8000