Skip to content

Commit 4c7ec11

Browse files
committed
feat: add video support
1 parent 85e5d49 commit 4c7ec11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pexels-grid/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ COPY . .
33
RUN yarn
44
RUN yarn build
55
RUN rm -rf node_modules
6-
ENTRYPOINT ["yarn", "start"]
6+
ENTRYPOINT ["node", ".next/standalone/server.js"]

0 commit comments

Comments
 (0)