Set up docker and docker-compose for SSR

This commit is contained in:
Jan Tuomi
2018-08-19 14:19:22 +03:00
parent 05006c15e0
commit 5afeff03dd
6 changed files with 161 additions and 27 deletions
+9
View File
@@ -0,0 +1,9 @@
version: '3'
services:
frontend:
build: .
image: git.sahkoinsinoorikilta.fi:4567/vtmk/web2.0-frontend-prod
ports:
- "3000:3000"
command: npm run start-prod