chore: remove debug echo command from Dockerfile
This commit is contained in:
@@ -12,7 +12,6 @@ RUN npm install
|
||||
|
||||
# copy the rest of the app
|
||||
COPY . .
|
||||
RUN echo 'COPY DOWN'
|
||||
|
||||
# default command to run the app
|
||||
CMD ["node", "index.js"]
|
||||
Reference in New Issue
Block a user