update db
This commit is contained in:
@@ -11,5 +11,6 @@ RUN npm install -g nodemon
|
||||
# RUN npm ci --omit=dev
|
||||
# Bundle app source
|
||||
COPY . .
|
||||
RUN mkdir -p /usr/src/app/db
|
||||
EXPOSE 3000
|
||||
CMD [ "node", "app.js" ]
|
||||
|
||||
Reference in New Issue
Block a user