mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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
|