update
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Gunakan Node.js 22 sebagai base image
|
||||
FROM node:22-alpine
|
||||
ENV TZ="Asia/Jakarta"
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
RUN apk add --no-cache grep
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: 36.66.3.44:7007/$PROJECT_NAME:$CI_PIPELINE_ID
|
||||
image: localhost:9999/$PROJECT_NAME:$CI_PIPELINE_ID
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
|
||||
Reference in New Issue
Block a user