expose api ports
This commit is contained in:
		| @@ -10,4 +10,5 @@ ENV NODE_ENV=production | ||||
| COPY --from=builder node_modules ./node_modules | ||||
| COPY build/ . | ||||
| VOLUME [ "/usr/src/app/data" ] | ||||
| EXPOSE 80 | ||||
| CMD ["node", "--enable-source-maps", "index.js"] | ||||
| @@ -3,6 +3,8 @@ services: | ||||
|   app: | ||||
|     image: astrogd/white-leopard:dev | ||||
|     build: ./ | ||||
|     ports: | ||||
|       - 80:80 | ||||
|     tty: true | ||||
|     stdin_open: true | ||||
|     depends_on: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user