images
continuous-integration/drone/push Build is passing Details

main
Lucas DELANIER 1 year ago
parent 8d54a511c0
commit 00718acef3

@ -13,7 +13,7 @@ RUN npm install
COPY . .
# Expose a port to communicate with the React app
EXPOSE 8000
EXPOSE 80
# Start your React app
CMD ["npm", "run", "dev"]
Loading…
Cancel
Save