Docker compose for docker stack
All checks were successful
pipeline / build-and-push-images (push) Successful in 24s

This commit is contained in:
2024-11-23 20:50:05 +01:00
parent fc0683fcbf
commit a3668f9d71
2 changed files with 9 additions and 5 deletions

View File

@@ -9,4 +9,5 @@ RUN npm run build
FROM base
COPY --from=build /app/.output /app/.output
EXPOSE 3000
CMD ["node", ".output/server/index.mjs"]