Line endings fix

This commit is contained in:
anarch3 2022-11-20 18:33:25 -05:00
parent 5116dd2137
commit 544abd1ebd
25 changed files with 7378 additions and 7372 deletions

View file

@ -1,10 +1,10 @@
FROM node:16
# Install dependencies
COPY package*.json ./
RUN npm install
# Package app source
COPY . .
ENTRYPOINT ["./docker-entrypoint.sh"]
FROM node:16
# Install dependencies
COPY package*.json ./
RUN npm install
# Package app source
COPY . .
ENTRYPOINT ["./docker-entrypoint.sh"]