migration in deployment
This commit is contained in:
@@ -3,6 +3,5 @@ ARG APP_PORT
|
||||
ENV APP_PORT $APP_PORT
|
||||
COPY . .
|
||||
RUN npm i
|
||||
|
||||
EXPOSE $APP_PORT
|
||||
ENTRYPOINT ["node", "./src/index.js"]
|
||||
ENTRYPOINT ["bash", "./entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user