Fixed Dockerfile
This commit is contained in:
@@ -16,5 +16,7 @@ RUN yarn install
|
||||
# Bundle app source
|
||||
COPY . .
|
||||
|
||||
RUN yarn build
|
||||
|
||||
|
||||
CMD [ "yarn", "start" ]
|
||||
Reference in New Issue
Block a user