DEV Community

Discussion on: Deploy a React app to DigitalOcean using Github Actions and Docker

Collapse
 
reddyforcode profile image
ReddyTintaya

Use this in the Dockerfile

FROM node:alpine as build
Enter fullscreen mode Exit fullscreen mode

instead of specifying the node version

if you have error