Adding logs
continuous-integration/drone/push Build is passing Details

main
Félix MIELCAREK 11 months ago
parent 3efff073c3
commit 6516c64ec4

@ -13,4 +13,5 @@ RUN env | awk -F= '{print $1 "=" $1}' > .env
EXPOSE 80
# Command to run the application
CMD ["cat", ".env"]
CMD ["node", "--env-file=.env" , "callback-server/app.js"]

Loading…
Cancel
Save