Skip to content

Commit

Permalink
Merge branch 'feat/apollo-upgrade' into feat/vue-3
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Aug 10, 2022
2 parents fd5b0bf + 6f5a4d0 commit 15f997e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ 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 @@ -205,6 +207,7 @@ 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: 0 additions & 1 deletion 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 15f997e

Please sign in to comment.