Compare commits

..

No commits in common. "63a73571cfc02499b4007330aae1459f5fdf2636" and "dbc34ba0858c32b7ecfaf88786b125516550abff" have entirely different histories.

View File

@ -1,14 +0,0 @@
FROM alpine:3.14
RUN apk update && apk add --no-cache nodejs npm make g++
WORKDIR /app
COPY . .
RUN npm install
CMD ["npm", "start"]
EXPOSE 8080