Funky config stuff gives me a headache
This commit is contained in:
+2
-1
@@ -113,10 +113,11 @@ FROM node:15
|
||||
WORKDIR "/app"
|
||||
COPY package*.json ./
|
||||
COPY . /app
|
||||
RUN npm install --production
|
||||
EXPOSE ${appPort}
|
||||
USER node
|
||||
ENTRYPOINT ["bash", "-c"]
|
||||
CMD ["npm install --production && sleep 10 && npm start"]
|
||||
CMD ["sleep 10 && npm start"]
|
||||
`;
|
||||
|
||||
const sqlfile = `
|
||||
|
||||
Reference in New Issue
Block a user