mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
5 lines
124 B
Docker
5 lines
124 B
Docker
FROM node:10.15.1
|
|
WORKDIR cloud_functions/functions
|
|
COPY cloud_functions/functions/package.json ./
|
|
RUN yarn install
|
|
COPY . . |