Skip to content

Commit

Permalink
Share TS build config reported missing in vuestorefront#2415, fix net…
Browse files Browse the repository at this point in the history
…work mode
  • Loading branch information
lukeromanowicz committed Feb 11, 2019
1 parent 5b3de00 commit 91fdb58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.8.2] - 2019.02.11
- Fixed docker-compose configuration for network_mode and TS build config

## [1.8.1] - 2019.02.10
This is hot-fix release for fixing the payment methods switching issue when both: `payments-cash-on-delivery` and `payments-backend-methods` modules enabled.

Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Expand Up @@ -8,7 +8,7 @@ services:
env_file: docker/vue-storefront/default.env
environment:
VS_ENV: dev
network_mode: host
network_mode: bridge
volumes:
- '.babelrc:/var/www/.babelrc'
- './config:/var/www/config'
Expand All @@ -18,6 +18,7 @@ services:
- './.eslintrc.js:/var/www/.eslintrc.js'
- './lerna.json:/var/www/lerna.json'
- './tsconfig.json:/var/www/tsconfig.json'
- './tsconfig-build.json:/var/www/tsconfig-build.json'
- './shims.d.ts:/var/www/shims.d.ts'
- './package.json:/var/www/package.json'
- './src:/var/www/src'
Expand Down

0 comments on commit 91fdb58

Please sign in to comment.