Commit 213c9feb authored by nanahira's avatar nanahira

bump to latest node

parent 0b4dc1b5
Pipeline #1475 canceled with stages
in 5 minutes and 16 seconds
FROM node:buster-slim
RUN mkdir -p /usr/src/app
RUN apt-get update && apt-get install -y vim python3 build-essential curl
RUN apt-get update && \
apt-get install -y vim python3 build-essential curl && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
ln -sf /usr/bin/python3 /usr/bin/python
HEALTHCHECK --interval=30s --timeout=3s --retries=3 CMD curl -fs http://localhost:3000/ || exit 1
WORKDIR /usr/src/app
COPY package*.json /usr/src/app/
......
This diff is collapsed.
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