Commit c9c5d957 authored by nanahira's avatar nanahira

Revert "fix"

This reverts commit 15e9d219.
parent 15e9d219
Pipeline #14577 failed with stages
in 25 seconds
......@@ -14,6 +14,7 @@ FROM base
ENV NODE_ENV production
RUN npm ci && npm cache clean --force
COPY --from=builder /usr/src/app/dist ./dist
COPY ./config.example.yaml ./config.yaml
ENV NODE_PG_FORCE_NATIVE=true
EXPOSE 3000
......
......@@ -14,6 +14,7 @@ FROM base
ENV NODE_ENV production
RUN npm ci && npm cache clean --force
COPY --from=builder /usr/src/app/dist ./dist
COPY ./config.example.yaml ./config.yaml
EXPOSE 3000
CMD [ "npm", "run", "start:prod" ]
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