mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
e7531eb047
Upgrade node to v16.16.0 GitOrigin-RevId: 6bc6d63aa4af1940649f1eb5966f182250ecac22
8 lines
108 B
Docker
8 lines
108 B
Docker
FROM node:16.16.0
|
|
|
|
WORKDIR /app/scripts/translations
|
|
|
|
COPY . /app/scripts/translations/
|
|
|
|
RUN npm ci --quiet
|