deal with hadolint (added an ignore for now)

This commit is contained in:
Hervé Le Meur 2023-10-27 15:36:39 +02:00
parent 0e5f9488d6
commit 1feaabec70
No known key found for this signature in database
GPG Key ID: D63ECCA17D00EFE6
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM node:9 as builder
ARG APP_DIR=/srv/uplink
WORKDIR ${APP_DIR}
ADD package*json ${APP_DIR}/
COPY package*json ${APP_DIR}/
RUN npm install
@ -24,4 +24,5 @@ COPY .sequelizerc ${APP_DIR}/
EXPOSE 3030
# hadoline ignore=DL3025
CMD node ./node_modules/.bin/sequelize db:migrate || node ./build/