Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 05504d4

Browse files
author
Tomasz Kostuch
authored
Merge branch 'develop' into bugfix/446
2 parents 9bf2b75 + 3cb8217 commit 05504d4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docker/vue-storefront-api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk add --no-cache curl git
99
COPY package.json ./
1010
COPY 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

ecosystem.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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"]

0 commit comments

Comments
 (0)