Compare commits
1 Commits
0.0.2
...
e77c8c5757
| Author | SHA1 | Date | |
|---|---|---|---|
| e77c8c5757 |
@@ -20,4 +20,4 @@ FROM base as release
|
|||||||
COPY --from=install /temp/prod/node_modules node_modules
|
COPY --from=install /temp/prod/node_modules node_modules
|
||||||
COPY --from=build /app/dist .
|
COPY --from=build /app/dist .
|
||||||
|
|
||||||
CMD [ "node", "/app/app.js"]
|
CMD [ "bun", "/app/app.js"]
|
||||||
Reference in New Issue
Block a user