removed docker filed (not needed for PR)

This commit is contained in:
Joe-Dowd 2020-07-10 01:47:46 +01:00
parent 13e4adf18f
commit 0d773a9a61
2 changed files with 0 additions and 13 deletions

View file

@ -1,9 +0,0 @@
FROM node:12
WORKDIR /usr/src/app
COPY package.json .
RUN npm install
COPY index.js .
COPY src .
COPY entrypoint.sh .
EXPOSE 8080
ENTRYPOINT ./entrypoint.sh

View file

@ -1,4 +0,0 @@
#!/bin/bash
set -e
cp /etc/config.json .
node index.js