Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SocialGouv/ozensemble-site
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 60ef46dafdf335ddd50789759ab54bfbe8c3eda6
Choose a base ref
..
head repository: SocialGouv/ozensemble-site
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 77be891946f728db8e8ad3add29c93923be71b59
Choose a head ref
Showing with 0 additions and 7 deletions.
  1. +0 −7 api/Dockerfile
7 changes: 0 additions & 7 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -18,13 +18,6 @@ ENV NODE_ENV=production

COPY --chown=node:node --from=builder /app /app

# COPY --chown=node:node .yarnrc.yml package.json yarn.lock ./
# COPY --chown=node:node .yarn .yarn
# COPY --chown=node:node public ./public
# COPY --from=builder --chown=node:node /app/node_modules ./node_modules
# COPY --from=builder --chown=node:node /app/build ./build
# COPY --from=builder --chown=node:node /app/.strapi ./.strapi

USER 1000

CMD [ "yarn", "start" ]