Commit d5907a00 authored by nanahira's avatar nanahira

fix dockerfile

parent b913f83b
Pipeline #546 passed with stages
in 5 minutes and 10 seconds
FROM node:buster-slim
RUN apt update && apt -y install python3 && rm -rf /var/lib/apt/lists/*
RUN apt update && apt -y install python3 build-essential && rm -rf /var/lib/apt/lists/*
WORKDIR /usr/src/app
COPY ./package*.json ./
RUN npm ci
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment