Skip to content

Commit

Permalink
Trying to get GraphQL Server building on CI again...
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Dec 11, 2023
1 parent c477e05 commit 470a9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/infra/containers/graphql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ RUN npm install lerna@6
ARG commit
RUN git clone https://github.com/seasketch/next.git /home/seasketch/src && cd /home/seasketch/src && git checkout $commit
WORKDIR /home/seasketch/src/packages/api
RUN npx lerna@6 bootstrap && npm run build
RUN npx lerna@6 bootstrap --scope=@seasketch/api --scope=@seasketch/map-tile-cache-calculator --scope=@seasketch/vector-data-source --scope=@seasketch/mapbox-gl-esri-sources --scope=spatial-uploads-handler && npm run build
EXPOSE 3857
CMD ["npm", "run", "start"]

0 comments on commit 470a9e2

Please sign in to comment.