mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02:00
upgrade from node 16.16.0 to 16.17.1 GitOrigin-RevId: e1db74d950ce452303212c66ce3fe06fbd1dfe59
8 lines
108 B
Docker
8 lines
108 B
Docker
FROM node:16.17.1
|
|
|
|
WORKDIR /app/scripts/translations
|
|
|
|
COPY . /app/scripts/translations/
|
|
|
|
RUN npm ci --quiet
|