Fixing Dockerfile
continuous-integration/drone/push Build is passing Details

main
Félix MIELCAREK 1 year ago
parent 0928dffdd6
commit 04e212ee4c

@ -7,10 +7,9 @@ COPY callback-server/package*.json ./callback-server/
RUN npm install ./callback-server
COPY callback-server ./callback-server/
RUN env > .env
# Expose the port the app runs on
EXPOSE 80
# Command to run the application
CMD env > .env && cat .env
CMD ["node", "--env-file=.env" , "callback-server/app.js"]
Loading…
Cancel
Save