mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-01 10:41:42 +00:00
12e7471213
move stream-related code to separate `@overleaf/stream-utils` library GitOrigin-RevId: a79a873109b927b4fc0ae36f47d5c67e0df58041
5 lines
43 B
Docker
5 lines
43 B
Docker
FROM node:16.17.1
|
|
|
|
WORKDIR /app
|
|
|
|
USER node
|