Skip to content
Snippets Groups Projects
Commit 5c93a9ba authored by s80984's avatar s80984
Browse files

Update pipeline build

parent 47d1bd05
No related branches found
No related tags found
No related merge requests found
Pipeline #14146 failed
...@@ -11,9 +11,7 @@ services: ...@@ -11,9 +11,7 @@ services:
container_name: node-mongo-app container_name: node-mongo-app
# image: ${CI_REGISTRY_IMAGE}:${CI_PIPELINE_IID}-${CI_COMMIT_SHORT_SHA} # image: ${CI_REGISTRY_IMAGE}:${CI_PIPELINE_IID}-${CI_COMMIT_SHORT_SHA}
restart: always restart: always
build: build: ./app/server
context: .
dockerfile: ./app/server/Dockerfile
ports: ports:
- '80:3000' - '80:3000'
links: links:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment