mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
bb010d936f
Upgrade all services to Node 18 GitOrigin-RevId: c53cd1aaab2fe99b51186911bb068f9fe31a9469
8 lines
108 B
Docker
8 lines
108 B
Docker
FROM node:18.16.1
|
|
|
|
WORKDIR /app/scripts/translations
|
|
|
|
COPY . /app/scripts/translations/
|
|
|
|
RUN npm ci --quiet
|