Skip to content

Commit

Permalink
Revert "Merge branch 'feat/apollo-upgrade' into feat/vue-3"
Browse files Browse the repository at this point in the history
This reverts commit 15f997e.
  • Loading branch information
dargmuesli committed Aug 10, 2022
1 parent 15f997e commit 6903451
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ RUN npm install -g pnpm && \
# Could be the specific version of `node:alpine`, but the `prepare` stage uses slim too.
FROM node:18.7.0-slim@sha256:46f854a8f54b0460702602f45eca29aecc4c39135056e378fa7707a81da3744d AS test-integration

ENV NODE_OPTIONS=--experimental-specifier-resolution=node

# Update and install dependencies.
# - `wget` is used for testing
# - `procps` is required by `start-server-and-test` on `debian:slim` (https://github.com/bahmutov/start-server-and-test/issues/132#issuecomment-448581335)
Expand Down Expand Up @@ -207,7 +205,6 @@ COPY --from=test-visual /srv/app/package.json /tmp/test-visual/package.json
FROM node:18.7.0-slim@sha256:46f854a8f54b0460702602f45eca29aecc4c39135056e378fa7707a81da3744d AS production

ENV NODE_ENV=production
ENV NODE_OPTIONS=--experimental-specifier-resolution=node

# Update and install dependencies.
# - `libdbd-pg-perl postgresql-client sqitch` is required by the entrypoint
Expand Down
1 change: 1 addition & 0 deletions nuxt/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6903451

Please sign in to comment.