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

Merge branch 'deploy-fix' into 'master'

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

See merge request !504
parents 74db69bc e4a5563b
No related branches found
No related tags found
1 merge request!504ci(*): always get latest from dockerhub on deploy
Pipeline #55086 passed with stages
in 13 minutes and 26 seconds
......@@ -2,6 +2,6 @@ version: '3'
services:
client:
image: cokoapps/wax-demo
image: cokoapps/wax-demo:latest
ports:
- ${PORT}:3000
......@@ -5,3 +5,5 @@ services:
build:
context: .
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