Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Use same docker image for building as prod
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Nov 2, 2018
1 parent 01f13a7 commit f206fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
app:
image: jc21/node
image: node:9-slim
ports:
- 4000:80
environment:
Expand Down

0 comments on commit f206fd7

Please sign in to comment.