Skip to content
Snippets Groups Projects

Feautres/design studio

Merged Kawtar Laariche requested to merge Feautres/design-studio into main
3 files
+ 17309
19
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -23,7 +23,7 @@ RUN npm run ng build --configuration=prod
@@ -23,7 +23,7 @@ RUN npm run ng build --configuration=prod
FROM nginx:alpine
FROM nginx:alpine
# Copy the built app from the 'build' stage to the current stage
# Copy the built app from the 'build' stage to the current stage
COPY --from=build /usr/src/app/dist/angular-frontend /usr/share/nginx/html
COPY --from=build /usr/src/app/dist/graphene-ui /usr/share/nginx/html
# Start Nginx
# Start Nginx
Loading