Catching error `SyntaxError: missing ) after argument list` when trying to deploy NextJS app to Docker

前端 未结 0 2018
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-21 06:34

I have a basic NextJS setup with a custom Express server.

I\'m trying to Dockerize the app. Here is my Dockerfile:

FROM node:alpine

WORKD         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题