Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 7ca4787

Browse files
authored
Update microfrontend image to have Node:12 version (#459)
1 parent a2c41af commit 7ca4787

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ services:
325325
file: microfrontend.yml
326326
service: microfrontend
327327
working_dir: '/edx/app/program-manager'
328-
image: node:12
329328
container_name: edx.devstack.program-manager
330329
ports:
331330
- "1976:1976"

microfrontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ version: "2.1"
55
services:
66
microfrontend:
77
command: bash -c 'npm install && npm run start'
8-
image: node:10
8+
image: node:12
99
environment:
1010
- NODE_ENV=development

0 commit comments

Comments
 (0)