generated from Fascinated/nextjs-13-template-with-tailwindcss
forgot to build the next app
This commit is contained in:
parent
a47c9249da
commit
12f4296a6f
@ -7,4 +7,8 @@ COPY . .
|
||||
EXPOSE 3000
|
||||
RUN chown -R node /usr/src/app
|
||||
USER node
|
||||
|
||||
# Build the app
|
||||
RUN npm run build
|
||||
|
||||
CMD ["npm", "start"]
|
||||
|
Loading…
Reference in New Issue
Block a user