Commit 5f6118c8 authored by 神楽坂玲奈's avatar 神楽坂玲奈

test

parent ea6805ab
FROM node:16.3.0-alpine3.13
WORKDIR /app
COPY package*.json ./
RUN npm ci
COPY . .
CMD [ "./node_modules/.bin/ts-node", "src/main.ts"]
{
"name": "application-name",
"name": "railgun-routing-server",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "application-name",
"version": "0.0.1",
"dependencies": {
"lodash": "^4.17.21"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment