Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #886 from yverdon/agenda-embed-from-npm
Browse files Browse the repository at this point in the history
Agenda embed from npm
  • Loading branch information
AlexandreJunod authored Nov 6, 2023
2 parents 09e7b33 + 819e07d commit a3fcb49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion services/external_statics/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:slim

WORKDIR /app

# advanced map plugin
RUN apt-get -yq update \
&& apt-get -yq upgrade \
&& DEBIAN_FRONTEND=noninteractive apt-get -yq install \
Expand All @@ -17,3 +17,7 @@ RUN cd /app/geocity-wc-map \
&& npm ci \
&& npm run build \
&& echo "static files for advanced mapping build successfully!"

# Install agenda-embed web component
RUN mkdir /app/agenda-embed \
&& npm install npm i @geocity/agenda-embed

0 comments on commit a3fcb49

Please sign in to comment.