switch default docker-build command to build backend

This commit is contained in:
Patrik Oldsberg
2020-09-06 14:01:24 +02:00
parent b104ebce53
commit 10216391ba
5 changed files with 21 additions and 23 deletions
+2 -6
View File
@@ -1,14 +1,10 @@
# Make sure that before you
# run the docker-compose that you have run
# $ yarn docker-build:all
# $ yarn docker-build
version: '3'
services:
frontend:
image: 'spotify/backstage:latest'
ports:
- '3000:80'
backend:
backstage:
image: 'example-backend:latest'
ports:
- '7000:7000'