mirror of
https://github.com/philipredstone/relnet.git
synced 2025-07-09 15:16:41 +02:00
initial commit
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM node:18 as builder
|
||||
|
||||
WORKDIR /app
|
||||
COPY package.json /app
|
||||
|
||||
RUN yarn
|
||||
|
||||
|
Reference in New Issue
Block a user