Skip to content
Snippets Groups Projects
Commit e4a5563b authored by Yannis Barlas's avatar Yannis Barlas
Browse files

ci(*): always get latest from dockerhub on deploy

parent 2cc8567d
No related branches found
No related tags found
1 merge request!504ci(*): always get latest from dockerhub on deploy
...@@ -2,6 +2,6 @@ version: '3' ...@@ -2,6 +2,6 @@ version: '3'
services: services:
client: client:
image: cokoapps/wax-demo image: cokoapps/wax-demo:latest
ports: ports:
- ${PORT}:3000 - ${PORT}:3000
...@@ -5,3 +5,5 @@ services: ...@@ -5,3 +5,5 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile-production dockerfile: Dockerfile-production
ports:
- ${PORT}:3000
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment