This repository was archived by the owner on May 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
docker/vue-storefront-api Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131- use ts for compiling additional scripts - @gibkigonzo (#437 )
3232- Bugfix for wrong JSON scheme url's and hostname resolution for ` magento1 ` platform - @cewald (#443 )
3333- check if headers has been already sent in image middleware - @gibkigonzo (#434 )
34+ - Missing packages in Docker Makefile (make, python and g++) - @proxiblue (#448 )
35+ - change path in ecosystem for o2m - @gibkigonzo (#434 )
3436- udpate typings for query params - @gibkigonzo (#446 )
3537
3638## [ 1.11.1] - 2020.03.17
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apk add --no-cache curl git
99COPY package.json ./
1010COPY yarn.lock ./
1111
12- RUN apk add --no-cache --virtual .build-deps ca-certificates wget && \
12+ RUN apk add --no-cache --virtual .build-deps ca-certificates wget python make g++ && \
1313 yarn install --no-cache && \
1414 apk del .build-deps
1515
Original file line number Diff line number Diff line change 88 },
99 {
1010 "name" : " o2m" ,
11- "script" : " ./dist/worker/order_to_magento2.js" ,
11+ "script" : " ./dist/src/ worker/order_to_magento2.js" ,
1212 "args" : " start" ,
1313 "log_date_format" : " YYYY-MM-DD HH:mm:ss" ,
1414 "ignore_watch" : [" node_modules" ]
You can’t perform that action at this time.
0 commit comments