mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
51806703b7
upgrade from node 16.16.0 to 16.17.1 GitOrigin-RevId: e1db74d950ce452303212c66ce3fe06fbd1dfe59
7 lines
108 B
Docker
7 lines
108 B
Docker
FROM node:16.17.1
|
|
|
|
WORKDIR /app/scripts/translations
|
|
|
|
COPY . /app/scripts/translations/
|
|
|
|
RUN npm ci --quiet
|