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

main
Lucas DELANIER 12 months ago
parent 005ed5e5af
commit 8d54a511c0

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