Docker compose for docker stack
All checks were successful
pipeline / build-and-push-images (push) Successful in 24s
All checks were successful
pipeline / build-and-push-images (push) Successful in 24s
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user