Move Dockerfile to Debian
This commit is contained in:
parent
118128f2e9
commit
3e3312577f
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
# build app
|
# build app
|
||||||
FROM docker.io/node:current-alpine3.15 AS builder
|
FROM docker.io/node AS builder
|
||||||
|
|
||||||
RUN apk update
|
RUN apt update
|
||||||
RUN apk add git
|
RUN apt install git
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue