mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
1d1a64783e
kustomize spelling GitOrigin-RevId: 5b5203c5de92c3443741cabc081df7afe1063e71
5 lines
43 B
Docker
5 lines
43 B
Docker
FROM node:18.16.1
|
|
|
|
WORKDIR /app
|
|
|
|
USER node
|