Skip to content

Commit

Permalink
Test to see dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jan 22, 2024
1 parent d8f858a commit 6df29ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/google-esp-integration/server_only/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ COPY . .
RUN npm install

RUN apk add --no-cache gettext
RUN dir -s
RUN mv public/ads.js public/ads.js.template
CMD /bin/sh -c "envsubst < public/ads.js.template > public/ads.js && npm start"

Expand Down

0 comments on commit 6df29ab

Please sign in to comment.