mirror of
https://github.com/stevenhowes/osgrid-server.git
synced 2026-05-27 00:03:38 +01:00
Initial checkin
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM node:15.3.0
|
||||
WORKDIR /usr/src/app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
EXPOSE 9090
|
||||
CMD ["node", "-r", "esm", "index.js" ]
|
||||
|
||||
Reference in New Issue
Block a user