fixing dockerfile
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
c4b3f09c85
commit
ec827097fe
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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 ./
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue