mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
1d1a64783e
kustomize spelling GitOrigin-RevId: 5b5203c5de92c3443741cabc081df7afe1063e71
6 lines
43 B
Docker
6 lines
43 B
Docker
FROM node:18.16.1
|
|
|
|
WORKDIR /app
|
|
|
|
USER node
|