fixing dockerfile
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Rama Priyanto 2026-04-01 22:16:58 +07:00
parent c4b3f09c85
commit ec827097fe
2 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@ steps:
settings: settings:
repo: humas repo: humas
tags: latest tags: latest
no_cache: true
environment: environment:
DOCKER_OPTS: "--dns 1.1.1.1" DOCKER_OPTS: "--dns 1.1.1.1"
when: when:

View File

@ -1,7 +1,9 @@
FROM node:20-alpine FROM node:20-alpine
ENV PORT=4000 ENV PORT=4000
RUN node -v
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./