Compare commits
No commits in common. "6dbf475e329143af8a5b766720ddc9c898bc66d4" and "eaf6882f8a1ead12eaa7811c1086002d2d9ddf8e" have entirely different histories.
6dbf475e32
...
eaf6882f8a
|
@ -27,7 +27,6 @@ FROM base AS release
|
|||
COPY --from=prisma /usr/src/app/prisma prisma
|
||||
COPY --from=prisma /usr/src/app/node_modules node_modules
|
||||
COPY --from=build /usr/src/app/build build
|
||||
COPY --from=build /usr/src/app/static static
|
||||
COPY --from=build /usr/src/app/package.json .
|
||||
|
||||
EXPOSE 3000/tcp
|
||||
|
|
Loading…
Reference in a new issue