Skip to content
Snippets Groups Projects

Feautres/design studio

Merged Kawtar Laariche requested to merge Feautres/design-studio into main
2 files
+ 18
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
1
@@ -23,8 +23,10 @@ RUN npm run ng build --configuration=prod
FROM nginx:alpine
# Copy the built app from the 'build' stage to the current stage
COPY --from=build /usr/src/app/dist/graphene-ui /usr/share/nginx/html
COPY --from=build /usr/src/app/dist/graphene-ui/browser /usr/share/nginx/html
# Copy the custom Nginx configuration file
COPY nginx.conf /etc/nginx/conf.d/default.conf
# Start Nginx
CMD ["nginx", "-g", "daemon off;"]
Loading