Commit cfe9e8b3 authored by nanahira's avatar nanahira

no copy config

parent 5f903023
Pipeline #14572 canceled with stages
in 3 minutes and 41 seconds
...@@ -14,7 +14,6 @@ FROM base ...@@ -14,7 +14,6 @@ FROM base
ENV NODE_ENV production ENV NODE_ENV production
RUN npm ci && npm cache clean --force RUN npm ci && npm cache clean --force
COPY --from=builder /usr/src/app/dist ./dist COPY --from=builder /usr/src/app/dist ./dist
COPY ./config.example.yaml ./config.yaml
ENV NODE_PG_FORCE_NATIVE=true ENV NODE_PG_FORCE_NATIVE=true
EXPOSE 3000 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