Commit 0a1b60df authored by nanahira's avatar nanahira

fix

parent f2694614
Pipeline #5857 passed with stages
in 1 minute and 1 second
......@@ -7,8 +7,9 @@ RUN apt update && \
WORKDIR /usr/src/app
COPY package*.json /usr/src/app/
RUN npm ci && npm run build && npm cache clean --force
RUN npm ci
COPY . /usr/src/app/
RUN npm run build && npm cache clean --force
ENV NODE_PG_FORCE_NATIVE=true
EXPOSE 3000
......
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